Explorar el Código

flask 0.11 compatibility

master
Stephane Martin hace 7 años
padre
commit
a747b9505d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      realms/__init__.py

+ 0
- 1
realms/__init__.py Ver fichero

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


Cargando…
Cancelar
Guardar