On Thursday 10 June 2010 11:37:36 Roshan Mathews wrote: > On Thu, Jun 10, 2010 at 11:08, joelklabo <[email protected]> wrote: > > MIDDLEWARE_CLASSES = ( > > 'django.middleware.common.CommonMiddleware', > > 'django.contrib.sessions.middleware.SessionMiddleware', > > 'django.middleware.csrf.CsrfViewMiddleware', > > 'django.contrib.auth.middleware.AuthenticationMiddleware', > > 'django.contrib.messages.middleware.MessageMiddleware', > > ) > > Can you add 'django.middleware.csrf.CsrfResponseMiddleware', > after CsrfViewMiddleware above? >
it is not necessary -- Regards Kenneth Gonsalves Senior Associate NRC-FOSS at AU-KBC -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

