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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -