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 = [ fields = [
'id', 'id',
'name', 'name',
'index_name',
'slug', 'slug',
'city', 'city',
'establishment_type' 'establishment_type'