Explorar el Código

disabling strict slashes globally

joel
Simon Bowie hace 2 años
padre
commit
245c90931b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      web/app/__init__.py

+ 2
- 0
web/app/__init__.py Ver fichero

@@ -28,6 +28,8 @@ def create_app():
app.config['SQLALCHEMY_ECHO'] = False
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False

app.url_map.strict_slashes = False

db.init_app(app)

login_manager = LoginManager()

Cargando…
Cancelar
Guardar