Re: Admin Interface Bug?

2009-09-24 Thread Nakedsteve
Yeah that was the problem, I overrode the TEMPLATE_CONTEXT_PROCESSORS setting in settings.py which got rid of django.core.context_processors.auth On Sep 23, 9:56 pm, Karen Tracey wrote: > On Wed, Sep 23, 2009 at 9:00 PM, Nakedsteve wrote: > > > Hey everyone, while playing around

Admin Interface Bug?

2009-09-23 Thread Nakedsteve
Hey everyone, while playing around with an idea that I'm coding with Django, I tried to login to the admin interface and after successfully logging in, I got this error: Environment: Request Method: GET Request URL: http://localhost:8000/admin/ Django Version: 1.1 Python Version: 2.6.1 Installed