文件名称:cookiecutter-django-buildout:带有基于 cookiecutter 的构建模板骨架的 django
文件大小:17KB
文件格式:ZIP
更新时间:2024-08-01 20:52:58
Python
cookiecutter-django-buildout 带有基于 cookiecutter 的构建模板骨架的 django 作者: 亚当·库皮亚乌 安装: 安装 cookiecutter ( ) $ pip install cookiecutter 构建模板 $ cookiecutter https://github.com/adamcupial/cookiecutter-django-buildout 转到您的项目目录并阅读 README.rst 文件 设置: 项目名称,默认值:'项目' repo_name,默认值:'project_repository' author_name,默认值:'Joe Doe' author_email,默认值: ' 描述,默认值:'项目的简短描述' migration_engine,默认值:'south','south'、'n
【文件预览】:
cookiecutter-django-buildout-master
----.gitignore(544B)
----LICENSE(1KB)
----README.rst(1KB)
----cookiecutter.json(421B)
----hooks()
--------post_gen_project.sh(502B)
----{{cookiecutter.repo_name}}()
--------dev.cfg(710B)
--------.gitignore(553B)
--------Makefile(2KB)
--------local.cfg-dist(958B)
--------buildout.cfg(1KB)
--------README.rst(1KB)
--------build_templates()
--------prod.cfg(2KB)
--------.gitattributes(12B)
--------versions.cfg(279B)
--------{{cookiecutter.project_name}}()
----.editorconfig(192B)