add django-docker to boilerplate

This commit is contained in:
William Vincent 2019-01-14 11:22:36 -05:00
parent b2012e5531
commit 993e36a909

View File

@ -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