Tuesday, January 4, 2022

Re: Permissions front end management in Django

You can handle using conditions in template.

Or search for library for role based permission.

On Tue, 4 Jan 2022 at 19:00, Eugene TUYIZERE <eugenetuyizere@gmail.com> wrote:
Derar Team,

I have a django application and I want the admin to manage the permissions for different functions. This should be done in way way like below: 


by editing you can allow the user access,view, create, modify or delete the particular view.

How can I achieve this in django?

Regards, 

 Eugene


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABxpZHtCPtEFRbzy2sTWfYcHoFzm-N1Ycxy4Snb-k54vtQd8ag%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFKhtoQN6%3DXvpAv0ree%3Dm66OH7bD6F4bi6GQMDZTuSe_zOaKTQ%40mail.gmail.com.

No comments:

Post a Comment