Pep8 change to the CSRF settings.
parent
1de522d32d
commit
011785f86d
1 changed files with 2 additions and 2 deletions
|
|
@ -104,8 +104,8 @@ We'll create 4 modules, a user module (manage user's registration, login, lost p
|
||||||
|
|
||||||
THREADS_PER_PAGE = 8
|
THREADS_PER_PAGE = 8
|
||||||
|
|
||||||
CSRF_ENABLED=True
|
CSRF_ENABLED = True
|
||||||
CSRF_SESSION_KEY="somethingimpossibletoguess"
|
CSRF_SESSION_KEY = "somethingimpossibletoguess"
|
||||||
|
|
||||||
RECAPTCHA_USE_SSL = False
|
RECAPTCHA_USE_SSL = False
|
||||||
RECAPTCHA_PUBLIC_KEY = 'blahblahblahblahblahblahblahblahblah'
|
RECAPTCHA_PUBLIC_KEY = 'blahblahblahblahblahblahblahblahblah'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue