minimal working
This commit is contained in:
6
db_bootstrap.py
Normal file
6
db_bootstrap.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app import app, db
|
||||
|
||||
with app.app_context():
|
||||
db.create_all()
|
||||
|
||||
print("DB success")
|
Reference in New Issue
Block a user