From 06f1a8b69508a518d28413df571f699b492d5bfb Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Wed, 1 Sep 2021 18:28:19 -0400 Subject: [PATCH] add django-base-site --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfc5121..b863e21 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ _Django 2.2_ ### Boilerplate - [cookiecutter-django](https://github.com/pydanny/cookiecutter-django/) - A full-bodied starter project, highly customizable. +- [django-base-site](https://github.com/epicserve/django-base-site/) - A Django site with many common third-party packages pre-installed. - [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.