Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
Go to file
Daniel Greenfeld fde4554560 Merge pull request #1 from a7p/master
a comma to much - is no more.
2013-08-17 15:41:44 -07:00
{{cookiecutter.repo_name}} a comma to much - is no more. 2013-08-17 19:24:26 +02:00
.gitignore gitignore 2013-08-16 20:23:39 +02:00
cookiecutter.json more config 2013-08-16 14:36:21 +02:00
README.rst Update README.rst 2013-08-17 12:38:23 +02:00

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

**note**: There is a bug in regards to authentication. I'm working it out!

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
    

"Your Stuff"
-------------

Scattered throughout the Python and HTML of this project are places marked with "your stuff". This is where third-party libraries are to be integrated with your project.