Powered by Cookiecutter, Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly
- 12-Factor base settings via django-environ
- Error logging with Sentry
- Manage virtual environments with Pipenv
- Base Celery configuration
First, get Cookiecutter and Pipenv:
$ pip install cookiecutter pipenv
Now run it against this repo:
$ cookiecutter https://github.com/la1t/django-cookiecutter
You'll be prompted for some values. Provide them, then a Django project will be created for you.
Happy hacking!!!