Skip to content

Commit

Permalink
Try the Csrf middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
Batiste Bieler committed Apr 15, 2011
1 parent 9c53764 commit 3a894c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/settings.py
Expand Up @@ -77,6 +77,7 @@
'django.middleware.common.CommonMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.doc.XViewMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
)

ROOT_URLCONF = 'example.urls'
Expand Down

0 comments on commit 3a894c1

Please sign in to comment.