项目作者: chatfree

项目描述 :
flask踩过的坑
高级语言: Python
项目地址: git://github.com/chatfree/flask_pit.git
创建时间: 2017-11-30T02:46:25Z
项目社区:https://github.com/chatfree/flask_pit

开源协议:

下载


flask_pit

flask踩过的坑
1.router不能统一管理
2.router不能统一加载
3.TemplateNotFound
4.debug模式 静态资源修改不生效,需要重启服务器
参考链接https://stackoverflow.com/questions/9508667/reload-flask-app-when-template-file-changes

5.Template 引用静态资源 url_for

欢迎大家把踩过的坑进行汇总,减少走弯路。