asked
Dr. Nam's Python Tutorial for Creating Real-World Websites
Routing using Blueprint
Written on
·
217
1
app.config['DEBUG'] 에서 설정하면 되는걸로 나오는데 동작을하지 않아요
Answer 1
0
플라스크 동작을 실행하실때 디버그 옵션을 주시면 됩니다.
app.run(debug=True)