文件名称:django-template-project:一个django项目模板
文件大小:14KB
文件格式:ZIP
更新时间:2024-08-03 00:29:02
Python
Django 模板项目 用法 django-admin startproject --template=https://github.com/gileno/django-template-project/archive/master.zip --extension=conf --name=Makefile --name=local_settings.py.example your_project_name cd your_project_name make setup
【文件预览】:
django-template-project-master
----.gitignore(693B)
----media()
--------README.md(71B)
----html()
--------README.md(88B)
----requirements.txt(53B)
----Makefile(532B)
----supervisor.conf(197B)
----LICENSE(1KB)
----static()
--------README.md(118B)
----README.md(284B)
----apps()
--------core()
--------__init__.py(0B)
----nginx.conf(796B)
----gunicorn_start(877B)
----manage.py(275B)
----project_name()
--------urls.py(527B)
--------__init__.py(0B)
--------local_settings.py.example(177B)
--------wsgi.py(405B)
--------settings.py(2KB)