Index name for products establishment

This commit is contained in:
Kuroshini 2019-10-16 14:11:07 +03:00
parent afbe8a59f2
commit 5718955ba8

View File

@ -180,6 +180,7 @@ class EstablishmentShortSerializer(serializers.ModelSerializer):
fields = [
'id',
'name',
'index_name',
'slug',
'city',
'establishment_type'