Go to file
eclipse ef7947ff41 improved display and storage of Werk.Erscheinungsdatum:
- values are displayed in three separate input fields that are being validated on submit
- values are stored in the DB as either NULL or a string in format YYYY, YYYY-MM or YYYY-MM-DD
- also renamed template
2025-05-06 12:22:35 +02:00
the_works improved display and storage of Werk.Erscheinungsdatum: 2025-05-06 12:22:35 +02:00
utils this script corrects wrongly formatted dates in the DB table "Werk"; needs only to be run once, and only if there are bad legacy dates in the DB 2025-05-06 12:19:12 +02:00
.gitignore changed database filename 2025-04-28 10:23:45 +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 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.