Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
calefaction
réplica de
https://github.com/earwig/calefaction
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
0
Actividad
Explorar el Código
Use 'flask run' instead of './app'.
master
Ben Kurtovic
hace 8 años
padre
8dd4e6c7f1
commit
9d0eadc35f
Se han
modificado 2 ficheros
con
4 adiciones
y
5 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-2
README.md
+0
-3
app.py
+ 4
- 2
README.md
Ver fichero
@@ -27,8 +27,10 @@ Guide
### Test
./app.py
# go to http://localhost:8080
export FLASK_APP=`pwd`/app.py
export FLASK_DEBUG=1
flask run
# go to http://localhost:5000
### Deploy
+ 0
- 3
app.py
Ver fichero
@@ -100,6 +100,3 @@ def set_style(style):
def page_not_found(err):
"""Render and return the 404 error template."""
return render_template("404.mako"), 404
if __name__ == "__main__":
app.run(debug=True, port=8080)
Escribir
Vista previa
Cargando…
Cancelar
Guardar