created file
This commit is contained in:
parent
5e4ec43683
commit
0aa6e711fd
10
README.md
Normal file
10
README.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# The Works
|
||||||
|
|
||||||
|
## Flask commands
|
||||||
|
|
||||||
|
Execute commands with `python -m flask --app the_works <command>`
|
||||||
|
|
||||||
|
Available commands:
|
||||||
|
|
||||||
|
* `run`: Serve app (don't use for production).
|
||||||
|
* `init-db`: Create empty SQLite database `works.sqlite` in project root. BE CAREFUL: If a database already exists, it will be deleted with everything in it.
|
||||||
Loading…
Reference in New Issue
Block a user