A cookiecutter template for Django 1.7 with Fabric, Bootstrap 3 etc.
- For Django 1.7
- Twitter Bootstrap 3
A reasoning behind why this is good layout, please read this article from RevSys http://bit.ly/1u299Uf
For installation and usage, follow these steps
$ pip install cookiecutter $ cookiecutter https://github.com/uhuramedia/cookiecutter-django.git $ cd projectname/ && virtualenv env && source env/bin/activate $ pip install -r requirements/local.txt $ python manage.py runserver