Home:ALL Converter>How to create a custom Django admin to replace the existing Django admin?

How to create a custom Django admin to replace the existing Django admin?

Ask Time:2020-11-19T14:32:08         Author:Dhirendra Pratap

Json Formatter

I want to replace the default Django Admin templates with my own completely custom Django admin. The data in the Dashboard should be populated from the DB. How do I work with templated files? Which files should be overridden ?

Author:Dhirendra Pratap,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/64906494/how-to-create-a-custom-django-admin-to-replace-the-existing-django-admin
yy