From 993e36a909c88850965db3bc60144f41c9c28358 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Mon, 14 Jan 2019 11:22:36 -0500 Subject: [PATCH] add django-docker to boilerplate --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f7bc4..8a34604 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,9 @@ ## Boilerplate * [cookiecutter-django](https://github.com/pydanny/cookiecutter-django) - A full-bodied starter project, highly customizable. -* [djangox](https://github.com/wsvincent/djangox) - Comes with complete user registration, email/password, Pipenv, and more. +* [djangox](https://github.com/wsvincent/djangox) - A simpler approach with complete user authentication flow, Pipenv, and more. * [django-starter-project](https://github.com/jpadilla/django-project-template) - A deliberately basic project that has multiple staging environments and Heroku deployment config. +* [docker-django](https://github.com/erroneousboat/docker-django) - A quick starter guide for Django and Docker together. ## Open Source Apps