Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
WP6
/
expub_compendium
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
disabling strict slashes globally
joel
Simon Bowie
hace 2 años
padre
671e949741
commit
245c90931b
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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()
Escribir
Vista previa
Cargando…
Cancelar
Guardar