Browse Source

flask 0.11 compatibility

master
Stephane Martin 7 years ago
parent
commit
a747b9505d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      realms/__init__.py

+ 0
- 1
realms/__init__.py 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


Loading…
Cancel
Save