django-project-template:Django的项目模板

时间:2021-05-21 21:35:02
【文件属性】:
文件名称:django-project-template:Django的项目模板
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-21 21:35:02
Python 这是Django 1.7+的项目模板(已通过1.7和1.8测试)。 您可以使用此bash脚本进行项目的单命令初始化 curl -L https://gist.githubusercontent.com/Alexx-G/4dafed44959756f45469/raw/43e36c3f3a88b4aa2586b05ef73228de2736f076/django-startproject.sh | bash 或按照以下步骤操作: 创建项目的文件夹; 安装并激活virtualenv; 安装django; 创建项目; 安装要求。 $ mkdir your_project; cd your_project $ virtualenv venv; source venv/bin/activate $ pip install django $ django-admin startprojec
【文件预览】:
django-project-template-master
----README.rst(997B)
----docs()
--------readme.rst(57B)
----LICENSE(1KB)
----src()
--------config()
--------templates()
--------static()
--------manage.py(278B)
--------helpers()
----requirements()
--------base.txt(43B)
--------development.txt(39B)
----.gitignore(209B)
----scripts()
--------readme.rst(106B)

网友评论