A cookiecutter template for Django websites. This is a very basic django project layout, started using the django startproject command and then massaged into the layout prescribed by the book Two Scoops of Django.
cookiecutter [email protected]:estebistec/cookiecutter-django.git
Then review the files in your new project to:
- (optional) choose a license for your project different from the default (MIT)
- Further describe and document your project
- Get started with installing and running your project
- Start building your site!
- Django 1.6
- South
- dj-static
MIT