Have you done any admin template customization? If you copied a
template from django before 1.2, then upgraded, your admin template
might be missing the csrf_token template tag.

Alex

On Aug 17, 7:55 am, PieterB <pieter.ba...@gmail.com> wrote:
> For an internal application, I constantly receive CSRF verification
> failed" errors... most of the times when using the admin interface
>
> It doesn't happen with the local dev version (dev http server) but
> happens with the deployment version (custom port, cherokee web server)
>
> I can only use the admin interface (very) temporarily with a Clear
> Recent History command
>
> This is very annoying :-S
>
> I've included
> 'django.middleware.csrf.CsrfViewMiddleware',
> 'django.middleware.csrf.CsrfResponseMiddleware'
>
> What am I doing wrong? Do I need also some sort of token for Django's
> admin interface?
>
> -- PieterB

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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