Fix manage.py

master
esensar 2018-09-20 22:08:44 +02:00
parent 95c7027239
commit d3a5854454
1 changed files with 1 additions and 1 deletions

View File

@ -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')