Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
calefaction
espelho de
https://github.com/earwig/calefaction
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
0
Trabalho
Ver a proveniência
Use 'flask run' instead of './app'.
master
Ben Kurtovic
há 8 anos
ascendente
8dd4e6c7f1
cometimento
9d0eadc35f
2 ficheiros alterados
com
4 adições
e
5 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-2
README.md
+0
-3
app.py
+ 4
- 2
README.md
Ver ficheiro
@@ -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 ficheiro
@@ -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)
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar