Created
October 22, 2011 20:20
-
-
Save gkoberger/1306451 to your computer and use it in GitHub Desktop.
How to use anon csrf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from session_csrf import anonymous_csrf | |
urlpatterns = patterns('', | |
(r'^login$', anonymous_csrf(login)), | |
) |
I'm providing playdoh support; don't judge!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
:)