Django auth Group name as ChoiceField in Django Rest Framework -
i want override choicefield in drf.. want return django group choicefield in options
eg:
my group models are,
id group_name 1 lead 2 admin 3 junior 4 senior here want return group name choices in http request options
how do it?
Comments
Post a Comment