프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / WebServer / app.py @ 5aa151cb

이력 | 보기 | 이력해설 | 다운로드 (238 Bytes)

1
# app.py
2

    
3
# Add your settings here... this is a temporary location, as the settings for a Flask app
4
# should be stored separate from your main program.
5
DEBUG = True
6

    
7
from app import app
8

    
9
if __name__ == "__main__":
10
    app.run(debug=False)
클립보드 이미지 추가 (최대 크기: 500 MB)