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)
-
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
-
Follow the instructions in the new README.md in your project directory.
-
Address any TODO items in the new README.md in your project directory.