mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 10:26:16 +00:00
jira-25 setting API
This commit is contained in:
@ -237,4 +237,4 @@ class JuniorProfileSerializer(serializers.ModelSerializer):
|
||||
model = Junior
|
||||
fields = ['id', 'email', 'first_name', 'last_name', 'country_name', 'country_code', 'phone', 'gender', 'dob',
|
||||
'guardian_code', 'referral_code','is_active', 'is_complete_profile', 'created_at', 'image',
|
||||
'updated_at', 'notification_count', 'total_count', 'complete_field_count']
|
||||
'updated_at', 'notification_count', 'total_count', 'complete_field_count', 'signup_method']
|
||||
|
Reference in New Issue
Block a user