My boilerplate for starting Django projects.
- Django 1.11 and Python 3.
- PostgreSQL in development and production.
- Deploys with Docker and uses Caddy as a proxy.
- Default settings gets A+ ratings on Mozilla Observatory.
Uses Cookiecutter for installing.
$ pip install cookiecutter
$ cookiecutter https://github.com/ameistad/django-template.git
See docs/ in generated project folder for instructions.
Django and PostgreSQL Docker setup is borrowed (stolen) from the awesome django-cookiecutter project.