Skip to content

Django 1.8

Dan Loewenherz edited this page Sep 26, 2015 · 3 revisions

Features

Libraries

Includes a requirements.txt with libraries that promote Django best practices, such as:

Deployment

Included is a Fabric file that assumes you use your SSH configuration file to manage your SSH keys.

Configuration

Baked in gunicorn, nginx, and supervisor configurations.

Get started

To start a new Django project called project_name, run the following.

django-admin.py startproject -e md,ngx,ini,conf,sh --template=https://github.com/lionheart/django-template/archive/django-1.8.zip project_name
Clone this wiki locally