jembi / Cameroon-IOL-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-project-skeleton

django-project-skeleton is my skeleton for Django projects. It provides a directory structure for Django projects during development and deployment.

Meta

Author:
Mischback
Contributors:
agirardeaudale, jmrbcu
Status:
maintained, in development
Version:
1.4
Django Version:
3.0, 2.2, 2.1, 2.0, 1.11

Usage

To use this repository just use the template option of django-admin:

$ django-admin startproject --template=https://github.com/Mischback/django-project-skeleton/archive/master.zip [projectname]

If you wish to automagically fill the apache2_vhost.sample the command is:

$ django-admin startproject --template=https://github.com/Mischback/django-project-skeleton/archive/master.zip --name apache2_vhost.sample [projectname]

Documentation

You can see the documentation over at Read the Docs: django-project-skeleton

About


Languages

Language:Python 93.0%Language:HTML 3.5%Language:Makefile 2.0%Language:Dockerfile 1.4%Language:JavaScript 0.1%