2.0+ public access setup

This commit is contained in:
SowinskiBraeden committed 2026-06-23 21:38:33 -07:00
1 parent c891163c6d
commit 2eadc722e9
45 files changed
+7875 -32

No files matched your search

+13
View File
@@ -0,0 +1,13 @@
Single-database Alembic environment managed through Flask-Migrate.
Install dependencies with:
pip install -r requirements.txt
Then run migrations with:
flask --app app db upgrade
For a quick local development bootstrap without Alembic, the app also exposes:
flask --app app init-db