mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
24 lines
511 B
ReStructuredText
24 lines
511 B
ReStructuredText
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
|
|
|