I have commented out csrf processor and middleware lines in settings.py:
settings.py
122 123 TEMPLATE_CONTEXT_PROCESSORS = ( 124 \'django.contrib.auth.
CSRF can be enforced at the view level, which can't be disabled globally.
In some cases this is a pain, but um, "it's for security". Gotta retain those AAA ratings.
https://docs.djangoproject.com/en/dev/ref/csrf/#contrib-and-reusable-apps