ソースを参照

flask 0.11 compatibility

master
Stephane Martin 7年前
コミット
a747b9505d
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      realms/__init__.py

+ 0
- 1
realms/__init__.py ファイルの表示

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


読み込み中…
キャンセル
保存