I migrated an old Django 1.4 site from WF and never checked if the admin site was working until this week. I am getting an error:
TemplateDoesNotExist at /admin/
admin/login.html
It seems like this would be a pythonpath issue. I have tried explicitly adding the contrib path for the admin site but no luck. Anyone else ran into this? This is a pretty basic Django install, nothing fancy that'd be overwriting.