Skip to content
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.13 KB

django-template

Build Status Updates Python 3

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.

Install

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.