浏览代码

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


正在加载...
取消
保存