Pep8 change to the CSRF settings.

Alex Couper 2013-05-31 03:36:25 -07:00
parent 1de522d32d
commit 011785f86d

@ -104,8 +104,8 @@ We'll create 4 modules, a user module (manage user's registration, login, lost p
THREADS_PER_PAGE = 8
CSRF_ENABLED=True
CSRF_SESSION_KEY="somethingimpossibletoguess"
CSRF_ENABLED = True
CSRF_SESSION_KEY = "somethingimpossibletoguess"
RECAPTCHA_USE_SSL = False
RECAPTCHA_PUBLIC_KEY = 'blahblahblahblahblahblahblahblahblah'