https://github.com/developersociety/django-template
Django templates for DEV Django sites
https://github.com/developersociety/django-template
Last synced: 5 months ago
JSON representation
Django templates for DEV Django sites
- Host: GitHub
- URL: https://github.com/developersociety/django-template
- Owner: developersociety
- Created: 2015-03-09T12:01:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-06T12:09:50.000Z (8 months ago)
- Last Synced: 2025-11-06T14:12:45.171Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 7
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====================================
The Developer Society Django Template
=====================================
Installation
------------
Install cookiecutter_:
.. _cookiecutter: https://github.com/audreyr/cookiecutter
.. code-block:: console
$ pip install --user cookiecutter
Debian/Ubuntu Linux
.. code-block:: console
$ sudo apt install cookiecutter
Usage
-----
Create a site using this template:
.. code-block:: console
$ cookiecutter gh:developersociety/django-template