ソースを参照

Use 'flask run' instead of './app'.

master
Ben Kurtovic 7年前
コミット
9d0eadc35f
2個のファイルの変更4行の追加5行の削除
  1. +4
    -2
      README.md
  2. +0
    -3
      app.py

+ 4
- 2
README.md ファイルの表示

@@ -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 ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存