i want to implement a module within Django template where admin user can assign model wise permissions to users/group. Attached is the image for your reference. please check and help
Asked
Active
Viewed 589 times
0
-
1What have you tried so far? – Klaus D. Jul 12 '20 at 11:41
-
I have created different groups and permissions using models and its working within admin. But not able to find how to do it within template – Kuldeep Jul 12 '20 at 11:46
-
Django also provide this feature. ``/admin`` this url show this feature.Please check this @Discovery World – Riyas Ac Aug 14 '20 at 17:59
-
@RiyasAc I know this. but i wanted to implement this feature in template where any user with admin right would be able to manage uses permission without login to /admin panel – Kuldeep Aug 16 '20 at 06:45