I am working with django 1.4. And this error appeared:
TemplateDoesNotExist at /admin/ admin/login.html
I tried to reinstall django, but i did
Assuming that you are trying to use the default Django admin, be sure that 'django.contrib.admin' is in the INSTALLED_APPS section of your settings.py file.
'django.contrib.admin'
INSTALLED_APPS
settings.py