Answer the question
In order to leave comments, you need to log in
How to make extra pages in Django admin?
Hello!
We need additional pages in the admin panel, where new users, comments and other information / statistics for the day will be displayed.
You just need to create an admin_extra application, and add the necessary pages in it, or are there other ways!?
Answer the question
In order to leave comments, you need to log in
You add an address in the form admin/mypage to urls.py
and make a normal view in any of your applications.
Inherit the template from the base admin's admin/base_site.html
In general, just like not in the admin.
Here I have described in detail how to add pages to the admin panel vivazzi.ru/it/add-page-to-admin-django/.
There he painted three ways to add:
1. In the usual way to the main page of the admin application
2. Adding a link to the dashboard of the admin_tools application
3. Adding a link to the django-cms menu
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question