[Fixed]-Revert Django Admin Templates to Default

1👍

Just remove any additional apps from INSTALLED_APPS and make sure your app/project doesn’t have a directory called admin under the ‘templates` directory.

Also, review TEMPLATE_DIRS in your settings.py file to make sure there are no paths there that have admin overrides too.

Leave a comment