Fix manage.py
parent
95c7027239
commit
d3a5854454
|
@ -1,6 +1,6 @@
|
||||||
from flask_script import Manager
|
from flask_script import Manager
|
||||||
from flask_migrate import Migrate, MigrateCommand
|
from flask_migrate import Migrate, MigrateCommand
|
||||||
from app import app, db
|
from app.core import app, db
|
||||||
|
|
||||||
|
|
||||||
app.config.from_object('config')
|
app.config.from_object('config')
|
||||||
|
|
Loading…
Reference in New Issue