K
K
KIN19912015-08-10 13:06:09
Django
KIN1991, 2015-08-10 13:06:09

How to separate Django admin for different users?

Hello everyone, is it possible to separate the Django admin panel for different users? That is, make it so that a certain user can see only those admin modules that were assigned to him.
For example, admin number 1 sees the module:
Site pages,
Feedback
Admin normer 2 sees the module:
Articles
Categories
A super admin sees all available modules.
Thank you in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Serge K, 2015-08-10
@KIN1991

Django can do it out of the box
. Under the superadmin, you set up groups and add users to them.
2 Groups with unique rights and a user with superadmin status.
Second option, not yours
stackoverflow.com/questions/12393726/user-groups-a...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question