Fix manage.py
This commit is contained in:
parent
95c7027239
commit
d3a5854454
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
from flask_script import Manager
|
||||
from flask_migrate import Migrate, MigrateCommand
|
||||
from app import app, db
|
||||
from app.core import app, db
|
||||
|
||||
|
||||
app.config.from_object('config')
|
||||
|
|
Loading…
Add table
Reference in a new issue