mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
33 lines
672 B
ReStructuredText
33 lines
672 B
ReStructuredText
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
|
|
|