Flask(7)-大型程序的结构

项目结构 |-flasky |-app/ #全部flask程序 |-templates/ #模板 |-static/ #css文件 |-models.py #数据库模型 |-email.py #email |-__init__.py #程序包的构造函数,工厂函数在其中定义 |-main/ |-__init__.py |-e
相关文章
相关标签/搜索