Go to file
2025-07-15 23:14:07 +02:00
the_works these are all files of lesser importance 2025-07-15 23:14:07 +02:00
utils these are all files of lesser importance 2025-07-15 23:14:07 +02:00
.gitignore changed database filename 2025-04-28 10:23:45 +02:00
README.md created file 2025-04-18 20:55:24 +02:00
requirements.txt moved dependency information to README.md; added file "requirements.txt" that was generated with pipreqs 2025-07-15 23:10:53 +02:00
tmp.md these are all files of lesser importance 2025-07-15 23:14:07 +02:00
works.oldschema.sqlite these are all files of lesser importance 2025-07-15 23:14:07 +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.