setup flask-migrate instead of alembic

This commit is contained in:
nahakubuilde
2025-06-07 15:28:29 +01:00
parent ed3d28d34e
commit 89ab6b218e
17 changed files with 341 additions and 455 deletions

2
.flaskenv Normal file
View File

@@ -0,0 +1,2 @@
FLASK_APP=app:create_app
FLASK_ENV=development