Updated Large app how to (markdown)

debrice 2012-02-02 21:15:09 -08:00
parent 8f9be83cb5
commit 3454c1ae23

@ -91,7 +91,7 @@ We'll create 4 modules, a user module (manage user's registration, login, passwo
del os
* `_basedir` is a trick for you to get the folder where the script is run
* `_basedir` is a trick for you to get the folder where the script runs
* `DEBUG` indicate that it is a dev environment, you'll get the very helpful error page from flask when an error occur.
* `SECRET_KEY` will be use to sign the cookies. Change it and all your user will have to login again.
* `ADMINS`