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

Django template with PostgreSQL, Docker and Caddy

License

Notifications You must be signed in to change notification settings

ameistad/django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.