Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Go to file
2013-08-16 15:17:18 +02:00
{{cookiecutter.repo_name}} Fix the templates so they don't blow up cookiecutter 2013-08-16 15:17:18 +02:00
.gitignore Initial commit 2013-08-14 10:43:32 -07:00
cookiecutter.json more config 2013-08-16 14:36:21 +02:00
README.rst many nice enhancements 2013-08-16 13:35:18 +02:00

cookiecutter-dj-project
=======================

A cookiecutter_ template for Django.

.. _cookiecutter: https://github.com/audreyr/cookiecutter

Features
---------

* Cutting edge: For Django 1.6 and other bleeding edge stuff
* Twitter Bootstrap 3
* Registration via django-allauth
* Procfile for deploying to Heroku
* Heroku optimized requirements
* Basic caching setup

Constraints
-----------

* Only maintained 3rd party libraries are used.
* PostgreSQL everywhere
* 12Factor App for settings

Using this template
--------------------

.. code-block:: bash

    $ pip install cookiecutter
    $ cookiecutter https://github.com/sloria/cookiecutter-dj-project.git