This commit is contained in:
2023-09-06 22:22:50 -04:00
commit 626946f9b0
21 changed files with 817 additions and 0 deletions

4
bootstrap_db.py Normal file
View File

@@ -0,0 +1,4 @@
from app import app, db
with app.app_context():
db.create_all()