[#72] Ensure seed_db command is actually imported when calling into flask
This commit is contained in:
parent
0a27f8849c
commit
9f5123d284
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
from flask_migrate import Migrate
|
from flask_migrate import Migrate
|
||||||
from flask_sqlalchemy import SQLAlchemy
|
from flask_sqlalchemy import SQLAlchemy
|
||||||
from .__main__ import app
|
from .__main__ import app
|
||||||
|
from .commands.seed_db import seed_db
|
||||||
import files.classes
|
import files.classes
|
||||||
|
|
||||||
db = SQLAlchemy(app)
|
db = SQLAlchemy(app)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue