add is herd owner field to serializer
This commit is contained in:
@@ -92,6 +92,7 @@ class UserSerializer(serializers.ModelSerializer):
|
|||||||
'province',
|
'province',
|
||||||
'city',
|
'city',
|
||||||
'otp_status',
|
'otp_status',
|
||||||
|
'is_herd_owner',
|
||||||
]
|
]
|
||||||
|
|
||||||
def to_representation(self, instance):
|
def to_representation(self, instance):
|
||||||
|
|||||||
Reference in New Issue
Block a user