Re: Django Admin Works With One Project But Not Second

2011-05-26 Thread octopusgrabbus
Solved. This was due to a missing directory under django/templates. On May 26, 3:04 pm, octopusgrabbus wrote: > There is a lot of detail for this question, so I'll summarize. I have > two Django projects, each running on a different virtual site and > using a separate wsgi_handler. The first work

Django Admin Works With One Project But Not Second

2011-05-26 Thread octopusgrabbus
There is a lot of detail for this question, so I'll summarize. I have two Django projects, each running on a different virtual site and using a separate wsgi_handler. The first works fine, including logging in. The second one fails with TemplateDoesNotExist registration/ login.html, but I can reach