Requires Django 1.4
Start a Django project using the template from a URL:
django-admin.py startproject projectname --template=https://github.com/cubancouncil/cc-django-project-template/zipball/master
... or, if you have it checked out locally:
django-admin.py startproject projectname --template=/path/to/cc-django-project-template
- Chris Forrette / $horty
- Mike Buzzard