Answer the question
In order to leave comments, you need to log in
How to improve Django 2 admin panel?
I want to improve the admin panel in Django 2. By "Improve" I mean that I need to completely change the interface of the admin panel, add additional blocks, etc. I should also note that the admin panel will be used by several people, with different rights user. And I will be very happy if you explain how I can add the ability to manage required, but not standard fields (for example, the middle name of the user, or the rights that are defined using models.BooleanField objects, which are similar to the built-in user fields such as is activated ) abstract user.
Answer the question
In order to leave comments, you need to log in
1. Read until enlightenment https://docs.djangoproject.com/en/2.2/ref/contrib/... almost everything that can be done with the admin panel is listed there
2. Try third-party libraries.
3. If this did not help and you want more, then write your own admin panel.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question