Ver código fonte

flask 0.11 compatibility

master
Stephane Martin 7 anos atrás
pai
commit
a747b9505d
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      realms/__init__.py

+ 0
- 1
realms/__init__.py Ver arquivo

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


Carregando…
Cancelar
Salvar