Skip to content

A cookiecutter template for Django 1.7 Fabric, Twitter Bootstrap etc.

License

Notifications You must be signed in to change notification settings

Doca/cookiecutter-django

 
 

Repository files navigation

cookiecutter-django

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

Usage

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
Requirements Status

About

A cookiecutter template for Django 1.7 Fabric, Twitter Bootstrap etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.2%
  • Makefile 17.6%
  • Shell 16.0%
  • HTML 8.0%
  • CSS 0.2%