Go to file
eclipse a170582ba7 added functionality:
- 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
2025-06-03 11:19:33 +02:00
the_works added functionality: 2025-06-03 11:19:33 +02:00
utils added a newline to avoid problems in interpreter 2025-05-07 18:18:44 +02:00
.gitignore changed database filename 2025-04-28 10:23:45 +02:00
DEPENDENCIES.md updated dependencies 2025-05-24 08:55:29 +02:00
README.md created file 2025-04-18 20:55:24 +02:00
tmp.md some more notes 2025-04-24 19:06:30 +02:00

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.