- previously openend accordion tab now stays open when results change - all occurrences of the search string in results are now marked, now just the first one - and occurrence marking now honors user's choice whether to match case |
||
|---|---|---|
| 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.