I\'ve been trying to get custom templates for the admin page for Django working but have been unsuccessful. I\'ve read the django documentation and several blogs which explain i
Make sure you have set TEMPLATE_DIRS in settings.py to the correct folder!
settings.py