Skip to content

rahuladream/django-project-skeleton

 
 

Repository files navigation

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/development.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/development.zip --name apache2_vhost.sample [projectname]

Note

Disregard the failing build-status of commits in the branch development. These commits are tested on Travis with all possible combinations of Django and Python. This is done to determine the compatibility and update the documentation accordingly. Failing is expected.

Documentation

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

About

A skeleton aka. template for Django projects

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 83.7%
  • HTML 9.0%
  • Makefile 7.3%