Skip to content

Commit

Permalink
[CHG] disable CsrfViewMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ierror committed Jun 26, 2012
1 parent b00bd0a commit ef810f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beautifulmind/settings.py
Expand Up @@ -113,7 +113,7 @@
'django.middleware.transaction.TransactionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
#'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
#'django.contrib.messages.middleware.MessageMiddleware',
)
Expand Down

0 comments on commit ef810f1

Please sign in to comment.