CSRF verification failures (admin)
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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home