Commit 8ff83370 authored by Rafal's avatar Rafal

Add localization

parent a5264315
...@@ -44,4 +44,4 @@ class PlaceSerializer(serializers.HyperlinkedModelSerializer): ...@@ -44,4 +44,4 @@ class PlaceSerializer(serializers.HyperlinkedModelSerializer):
class Meta: class Meta:
model = Place model = Place
fields = ('url', 'id', 'name', 'type', 'screen_img', 'logo_img', 'description', 'offer', 'promotion') fields = ('url', 'id', 'name', 'type', 'screen_img', 'logo_img', 'description', 'offer', 'promotion', 'localization')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment