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'