文件名称:django-project-template:用于startproject的Django项目模板(需要2.2+)
文件大小:45KB
文件格式:ZIP
更新时间:2024-06-03 22:37:42
Python
{如果为错误%,则为%}
(请参阅)。
安装
要使用此模板启动新项目:
django-admin.py startproject \
--template=https://github.com/caktus/django-project-template/zipball/master \
--extension=py,rst,yml,sh,js \
--name=Makefile,gulpfile.js,package.json,Procfile \
【文件预览】:
django-project-template-master
----.gitignore(275B)
----.babelrc(162B)
----.buildpacks(108B)
----.eslintrc(440B)
----package.json(2KB)
----requirements.txt(108B)
----Makefile(3KB)
----.npmrc(17B)
----nginx.conf.sigil(6KB)
----.travis.yml(1KB)
----gulpfile.js(7KB)
----Vagrantfile(286B)
----setup.cfg(66B)
----dokku_first_deploy.sh(2KB)
----scripts()
--------postdeploy.sh(649B)
--------predeploy.sh(836B)
----runtime.txt(13B)
----circle.yml(338B)
----README.rst(6KB)
----.eslintignore(77B)
----locale()
--------.gitkeep(0B)
----.coveragerc(153B)
----Procfile(52B)
----requirements()
--------dev.txt(482B)
--------base.txt(443B)
--------production.txt(61B)
----manage.py(495B)
----docs()
--------Makefile(8KB)
--------index.rst(504B)
--------conf.py(12KB)
--------userguide()
--------dev()
----app.json(237B)
----project_name()
--------settings()
--------templates()
--------urls.py(1KB)
--------__init__.py(0B)
--------load_env.py(210B)
--------static()
--------wsgi.py(768B)
----project.travis.yml(1KB)