From 3c4907bfc789d9d5304825b0b4b38f5fa2192bf2 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Thu, 14 Nov 2019 08:52:44 -0500 Subject: [PATCH] rename, already there! --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ff282..48dec8c 100644 --- a/README.md +++ b/README.md @@ -278,8 +278,7 @@ _Django 1.11_ - [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. - [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) - Full-featured starter project. -- [django-starter-project](https://github.com/jpadilla/django-project-template) - A deliberately basic project that has multiple staging environments and Heroku deployment config. +- [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. - [ponee](https://github.com/valentinogagliardi/ponee/) - A lightweight Django template ready for Heroku. - [wemake-django-template](https://github.com/wemake-services/wemake-django-template/) - Bleeding edge Django template focused on code quality and security.