Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1003 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1003 Bytes

Django Template

Overview

Django project template which creates a structure revolving around the use of docker-compose for keeping development and deployment environments as similar as possible, while also easing ongoing maintenance tasks.

Also provides a number of custom apps as a starting point: registration with Facebook auth, a landing page, and admin improvements.

(originally inspired by the Izeni Django Template, to which @luke contributed heavily while employed there)

Quick-start

  1. Run this command in your newly created project directory, replacing project_name with your project name:

    bash <(wget -qO- https://git.io/k.dj.start) project_name
  2. Follow the instructions in the new README.md in your project directory.

  3. Address any TODO items in the new README.md in your project directory.