2013-08-15 22:32:13 +04:00
cookiecutter-dj-project
=======================
2013-08-17 14:38:23 +04:00
**note** : There is a bug in regards to authentication. I'm working it out!
2013-08-15 22:32:13 +04:00
A cookiecutter_ template for Django.
.. _cookiecutter: https://github.com/audreyr/cookiecutter
2013-08-16 15:03:11 +04:00
Features
---------
2013-08-16 15:35:18 +04:00
* Cutting edge: For Django 1.6 and other bleeding edge stuff
* Twitter Bootstrap 3
2013-08-16 15:03:11 +04:00
* Registration via django-allauth
* Procfile for deploying to Heroku
* Heroku optimized requirements
2013-08-16 15:35:18 +04:00
* Basic caching setup
Constraints
-----------
* Only maintained 3rd party libraries are used.
* PostgreSQL everywhere
* 12Factor App for settings
2013-08-16 15:03:11 +04:00
Using this template
--------------------
.. code-block :: bash
$ pip install cookiecutter
2013-08-16 15:35:18 +04:00
$ cookiecutter https://github.com/sloria/cookiecutter-dj-project.git
2013-08-16 15:03:11 +04:00
2013-08-16 20:23:22 +04:00
"Your Stuff"
-------------
2013-08-17 14:38:23 +04:00
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.