init
This commit is contained in:
4
bootstrap_db.py
Normal file
4
bootstrap_db.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from app import app, db
|
||||
|
||||
with app.app_context():
|
||||
db.create_all()
|
Reference in New Issue
Block a user