Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
calefaction
mirror da
https://github.com/earwig/calefaction
Segui
1
Vota
1
Forka
0
Codice
Rilasci
0
Attività
Sfoglia il codice sorgente
Use 'flask run' instead of './app'.
master
Ben Kurtovic
8 anni fa
parent
8dd4e6c7f1
commit
9d0eadc35f
2 ha cambiato i file
con
4 aggiunte
e
5 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+4
-2
README.md
+0
-3
app.py
+ 4
- 2
README.md
Vedi File
@@ -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
Vedi File
@@ -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)
Scrivi
Anteprima
Caricamento…
Annulla
Salva