- Python >= 2.7
- pip
- virtualenv / virtualenvwrapper (optional)
- fabric > 1.8.0
django-html5admin-skeleton currently supports Django 1.6. To create a new project, run the following commands (this assumes you have Django 1.6 installed already):
$ django-admin.py startproject --template=https://github.com/spin/django-html5admin-skeleton/zipball/master <proj_name>
Where proj_name
is the name of the project you'd like to create.