4 lines
68 B
Python
4 lines
68 B
Python
from app import app, db
|
|
|
|
with app.app_context():
|
|
db.create_all() |