From 011785f86d4d7a95ec33fc27f99dbf7a76759c2a Mon Sep 17 00:00:00 2001 From: Alex Couper Date: Fri, 31 May 2013 03:36:25 -0700 Subject: [PATCH] Pep8 change to the CSRF settings. --- Large-app-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Large-app-how-to.md b/Large-app-how-to.md index b780e2e..63f3c88 100644 --- a/Large-app-how-to.md +++ b/Large-app-how-to.md @@ -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'