Re: debugging CSRF trouble

2010-07-11 Thread Karen Tracey
On Sun, Jul 11, 2010 at 7:11 PM, John Griessen wrote: > I'm using a package django-page-cms that uses CSRF and can't > follow the docs for CSRF for django 1.2. > > They say I should add these lines to MIDDLEWARE_CLASSES, > >'django.middleware.csrf.CsrfViewMiddleware' >'django.middleware.cs

debugging CSRF trouble

2010-07-11 Thread John Griessen
I'm using a package django-page-cms that uses CSRF and can't follow the docs for CSRF for django 1.2. They say I should add these lines to MIDDLEWARE_CLASSES, 'django.middleware.csrf.CsrfViewMiddleware' 'django.middleware.csrf.CsrfResponseMiddleware' but when I do, I get an error: File