Answer the question
In order to leave comments, you need to log in
Django how to make certain moderator only have access to their admin section?
There are certain sections on the site. There are moderators. I want a certain moderator to be able to access only the materials of the section associated with him. Can suggest what needs to be done.
Answer the question
In order to leave comments, you need to log in
Most likely, write your own custom admin panel - in a regular admin panel, such functionality is not provided. In terms of time and cost, this is a fairly large investment.
In my opinion, the order of work is as follows:
1. Creating a custom user
2. Authenticating and authorizing the user in a personal account (custom admin panel)
3. Write restrictions that will show the moderator only part of it.
4. Write UpdateView, CreateView, DeleteView, ListView for your templated models.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question