为了账号安全,请及时绑定邮箱和手机立即绑定

pycharm建立flask项目不能实时更新文件

pycharm建立flask项目不能实时更新文件

HUWWW 2018-10-15 16:11:36
很奇怪的一个问题我用pycharm2017.2建立flask工程,在启动后,修改template下的文件,却不能实时在页面体现出来。hello.pyfrom flask import Flaskfrom flask import render_templateapp = Flask(__name__)@app.route('/')def hello_world():    return render_template('index.html')if __name__ == '__main__':    app.run()templates/index.html修改index.html文件不能实时更新
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 3016 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信