On Wed, Sep 23, 2009 at 9:00 PM, Nakedsteve <stevenl...@gmail.com> wrote:

>
> 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 Applications:
> ['django.contrib.auth',
>  'django.contrib.contenttypes',
>  'django.contrib.sessions',
>  'django.contrib.sites',
>  'django.contrib.admin',
>  'sirlame.posts',
>  'sirlame.views']
> Installed Middleware:
> ('django.middleware.common.CommonMiddleware',
>  'django.contrib.sessions.middleware.SessionMiddleware',
>  'django.contrib.auth.middleware.AuthenticationMiddleware')
>
>
> [snip]
>
> Exception Type: TemplateSyntaxError at /admin/
> Exception Value: Caught an exception while rendering: user
>
> Am I doing something wrong here or is there some sort of bug in the
> admin system?
>
>
When I have seen this reported before I believe it was caused by someone
removing or somehow breaking the auth context processor.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to