Updated Large app how to (markdown)
parent
8f9be83cb5
commit
3454c1ae23
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue