이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
ben
/
calefaction
의 미러
https://github.com/earwig/calefaction
보기
1
좋아요
1
포크
0
코드
릴리즈
0
활동
소스 검색
Use 'flask run' instead of './app'.
master
Ben Kurtovic
8 년 전
부모
8dd4e6c7f1
커밋
9d0eadc35f
2개의 변경된 파일
과
4개의 추가작업
그리고
5개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
README.md
+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)
쓰기
미리보기
불러오는 중...
취소
저장