- enter key - escape key - click close button - click submit button - click cancel button - click outside of modal note: right now the corrections only affect genre.html; changes will need to be carried over to other templates |
||
|---|---|---|
| the_works | ||
| utils | ||
| .gitignore | ||
| DEPENDENCIES.md | ||
| README.md | ||
| tmp.md | ||
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 databaseworks.sqlitein project root. BE CAREFUL: If a database already exists, it will be deleted with everything in it.