Go to file
2025-04-22 20:40:53 +02:00
the_works fixed a bug 2025-04-22 20:40:53 +02:00
.gitignore updated files 2025-04-18 16:02:32 +02:00
DEPENDENCIES.md switched from sqlite3 to flask_sqlalchemy 2025-04-20 22:53:08 +02:00
README.md created file 2025-04-18 20:55:24 +02:00
tmp.md small changes 2025-04-18 20:56:03 +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.