Programming/Solution
[Error] Flask 500 Internal Server Error: html
코딩슬라임
2019. 12. 7. 22:35
flask @app.route('/')
def index():
return render_template('index.html')
위와 같이 render_template을 사용하였는데 500 internal server error가 뜬다면
index.html 파일이 templates 폴더 안에 있는지 확인