forked from orbit-oss/flask
Merge pull request #808 from untitaker/issue782
Fix #782 -- /tmp/ in tutorial
This commit is contained in:
commit
1982c208ce
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ In `flaskr.py`::
|
|||
USERNAME = 'admin'
|
||||
PASSWORD = 'default'
|
||||
|
||||
.. admonition:: Windows
|
||||
|
||||
If you are on Windows, replace `/tmp/flaskr.db` with a different writeable
|
||||
path of your choice, in the configuration and for the rest of this
|
||||
tutorial.
|
||||
|
||||
Next we can create our actual application and initialize it with the
|
||||
config from the same file, in `flaskr.py`::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue