Home:ALL Converter>Django admin - custom page

Django admin - custom page

Ask Time:2014-10-03T00:02:51         Author:n1_

Json Formatter

I would like to create a custom page (template) in my django admin.

The think is I would like to create a page with some charts (basically stats module for dj admin). Is there any way how to create new, blank page in django admin (page not bound to any model) and fill it with my own content (charts, text, images...)?

Also how to add link to this page to django index page (dashboard)?

Thanks a lot!

Author:n1_,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/26164829/django-admin-custom-page
yy