Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Yardım
Giriş Yap
ben
/
calefaction
şunun yansıması
https://github.com/earwig/calefaction
İzle
1
Yıldızla
1
Çatalla
0
Kod
Sürümler
0
Aktivite
Kaynağa Gözat
Use 'flask run' instead of './app'.
master
Ben Kurtovic
8 yıl önce
ebeveyn
8dd4e6c7f1
işleme
9d0eadc35f
2 değiştirilmiş dosya
ile
4 ekleme
ve
5 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+4
-2
README.md
+0
-3
app.py
+ 4
- 2
README.md
Dosyayı Görüntüle
@@ -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
Dosyayı Görüntüle
@@ -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)
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet