er5bus /
django-project-skeleton
A skeleton aka. template for Django projects
27/100 healthLoading repository data…
Mischback / repository
A skeleton aka. template for Django projects
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
django-project-skeleton is my skeleton for Django projects. It provides a directory structure for Django projects during development and deployment.
Author: Mischback
Contributors:
agirardeaudale <https://github.com/agirardeuadale>,
jmrbcu <https://github.com/jmrbcu>
Status: maintained, in development
Version: 1.4
Django Version: 3.0, 2.2, 2.1, 2.0, 1.11
To use this repository just use the template option of django-admin <https://docs.djangoproject.com/en/2.2/ref/django-admin/#startproject>_::
$ 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]
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.
You can see the documentation over at Read the Docs: django-project-skeleton <http://django-project-skeleton.readthedocs.org/en/latest/>_
Selected from shared topics, language and repository description—not editorial ratings.
er5bus /
A skeleton aka. template for Django projects
27/100 health