Replies: 1 comment 1 reply
-
Find it in serializers.py file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have changed the model file, and added one field in the user profile. Then, I changed the form.py file, and added one field in the form so a user can change the property in the UI's "Edit Profile" page.
My question is: How to add the field in the API's 'User Lists' property.
Another question is, How to return user's list with filter, something like "is_manager"=true
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions