From 1469ca14ee9e2838f665f05a4c7b41bb5cf4d426 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 2 Oct 2020 09:53:00 -0400 Subject: [PATCH] update djangox description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c7635..15b69f1 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ _Django 2.2_ ### Boilerplate - [cookiecutter-django](https://github.com/pydanny/cookiecutter-django/) - A full-bodied starter project, highly customizable. -- [djangox](https://github.com/wsvincent/djangox/) - A simpler approach with complete user authentication flow, Pipenv, and more. +- [djangox](https://github.com/wsvincent/djangox/) - Batteries included starter project for Pip, Pipenv, or Docker. - [DRFx](https://github.com/wsvincent/drfx/) - A DRF starter with user auth, Pipenv, and other goodies. - [django-project-template](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.