文件名称:flask-empty:烧瓶项目的空项目骨架样板。 由CookieCutter提供支持
文件大小:58KB
文件格式:ZIP
更新时间:2024-02-25 20:13:14
python flask boilerplate blueprint skeleton-application
空瓶 版本0.6.3 Flask-Empty是用于快速原型制作的简单烧瓶样板。 只需使用cookiecutter即可立即创建一个新项目。 # if cookiecutter is not installed pip3 install cookiecutter # using cookiecutter // linux/Mac cookiecutter https://github.com/italomaia/flask-empty # answer the prompt and you're done! 入门 建议您从此开始使用 。 在您的项目文件夹中,如下创建并启用它: python3
【文件预览】:
flask-empty-master
----cookiecutter.json(623B)
----.gitattributes(104B)
----scripts()
--------deb-install.sh(204B)
----etc()
--------upstart()
--------nginx()
----blueprint()
--------__init__.py(22B)
--------models.py(1KB)
--------views.py(261B)
--------templates()
----examples()
--------INSTRUCTIONS.md(622B)
--------blog_example()
----{{ cookiecutter.repo_name }}()
--------config.py(7KB)
--------static_files()
--------apps()
--------Dockerfile(1KB)
--------main.py(2KB)
--------{{ cookiecutter.repo_name }}.ini(492B)
--------requirements.txt(2KB)
--------Procfile(29B)
--------README.md(2KB)
--------Makefile(899B)
--------wsgi.py(913B)
--------mixins.py(3KB)
--------.editorconfig(277B)
--------tests()
--------templates()
--------.gitignore(37B)
--------extensions.py(2KB)
--------commands.py(4KB)
--------static()
----README.md(6KB)
----.editorconfig(368B)
----hooks()
--------post_gen_project.py(225B)
----.gitignore(54B)
----CHANGELOG.md(3KB)