flask 0.11 compatibility

This commit is contained in:
Stephane Martin 2016-09-05 23:19:28 +02:00
parent 0675ad9c85
commit a747b9505d
1 changed files with 0 additions and 1 deletions

View File

@ -214,7 +214,6 @@ def create_app(config=None):
if app.config.get('DB_URI'):
db.metadata.create_all(db.get_engine(app))
return app
# Init plugins here if possible