hytos / DTI_PID / WebServer / app.py @ 5aa151cb
이력 | 보기 | 이력해설 | 다운로드 (238 Bytes)
1 | 5aa151cb | humkyung | # app.py
|
---|---|---|---|
2 | 60998ab9 | esham21 | |
3 | 78a9d434 | humkyung | # 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 | c64be242 | esham21 | |
7 | 78a9d434 | humkyung | from app import app |
8 | 60998ab9 | esham21 | |
9 | 78a9d434 | humkyung | if __name__ == "__main__": |
10 | 5aa151cb | humkyung | app.run(debug=False) |