flask-boilerplate-single:Flask的单模块模板

时间:2024-06-08 19:50:28
【文件属性】:

文件名称:flask-boilerplate-single:Flask的单模块模板

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-08 19:50:28

Python

#Simple Flask模板-单个模块 Flask模板仅用于单个模块,用于简单的应用程序或刚开始学习Flask的人员。 该模板包含: 烧瓶基本配置/视图 使用SQLAlchemy的模型和基本数据库 Jinja的基本用法 可以在找到多个模块 用法 使用git克隆: git clone https://github.com/ctnx/python-flask-single flask cd flask git remote remove origin 要求: 基本模板不需要太多,只需要:


【文件预览】:
flask-boilerplate-single-master
----app.py(901B)
----requirements.txt(111B)
----models.py(439B)
----README.md(686B)
----templates()
--------picture.html(195B)
--------index.html(128B)
--------form.html(284B)
--------base.html(684B)
----.gitignore(6B)
----static()
--------custom.css(38B)
--------images()

网友评论