Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Mischback/django-project-skeleton
A skeleton aka. template for Django projects
https://github.com/Mischback/django-project-skeleton
django django-project django-skeleton python
Last synced: 2 days ago
JSON representation
A skeleton aka. template for Django projects
- Host: GitHub
- URL: https://github.com/Mischback/django-project-skeleton
- Owner: Mischback
- Created: 2015-02-21T12:01:12.000Z (over 9 years ago)
- Default Branch: development
- Last Pushed: 2021-01-20T14:38:20.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T20:47:02.317Z (3 months ago)
- Topics: django, django-project, django-skeleton, python
- Language: Python
- Homepage:
- Size: 217 KB
- Stars: 176
- Watchers: 7
- Forks: 58
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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:
MischbackContributors:
`agirardeaudale `_,
`jmrbcu `_Status:
maintained, in developmentVersion:
1.4Django Version:
3.0, 2.2, 2.1, 2.0, 1.11Usage
-----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
`_