the_works/README.md
2025-04-18 20:55:24 +02:00

11 lines
325 B
Markdown

# 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.