Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Go to file
Daniel Greenfeld a629c7a4a2 Update base.txt
2013-08-16 13:04:55 +02:00
{{cookiecutter.repo_name}} Update base.txt 2013-08-16 13:04:55 +02:00
.gitignore Initial commit 2013-08-14 10:43:32 -07:00
cookiecutter.json Update cookiecutter.json 2013-08-16 12:54:14 +02:00
README.rst Update README.rst 2013-08-16 13:03:11 +02:00

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

A cookiecutter_ template for Django.

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

Features
---------

* Cutting edge: For Django 1.6
* Twitter Bootstrap 3 and starter templates
* Registration via django-allauth
* Procfile for deploying to Heroku
* Heroku optimized requirements

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

.. code-block:: bash

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