mirror of
https://github.com/StefBuwalda/dashboard_test.git
synced 2025-10-30 11:19:58 +00:00
6 lines
93 B
Python
6 lines
93 B
Python
from app import app
|
|
from flask_migrate import migrate
|
|
|
|
with app.app_context():
|
|
migrate()
|