I don\'t have this problem on my local development environment, but I just deployed the app with nginx + gunicorn (first time deploying an app) and I am getting this traceba
In Django 1.4, you should remove the 'django.middleware.csrf.CsrfResponseMiddleware', because it can cause security problems.
django.middleware.csrf.CsrfResponseMiddleware
Furthermore, two things must be done.
{% csrf_token %}
RequestContext
Context