Sfoglia il codice sorgente

flask 0.11 compatibility

master
Stephane Martin 7 anni fa
parent
commit
a747b9505d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      realms/__init__.py

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