From d574b61af70c84b75cceb57783c74d3ef99d1ba0 Mon Sep 17 00:00:00 2001 From: William Vincent Date: Mon, 21 Oct 2019 13:19:01 -0400 Subject: [PATCH] add django2-project-template --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d75e607..001d540 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,8 @@ _Django 1.11_ - [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. - [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. +- [wemake-django-template](https://github.com/wemake-services/wemake-django-template) - Bleeding edge Django template focused on code quality and security. +- [django2-project-template](https://github.com/vigo/django2-project-template) - A quick starter template with PostgreSQL. ### Open Source - [Hello, World](https://github.com/wsvincent/djangoforbeginners/tree/master/ch2-hello-world-app)