From 3b7b76c93835f8b5d2df56d2e6357814299cd12b Mon Sep 17 00:00:00 2001 From: William Vincent Date: Mon, 21 Oct 2019 14:35:59 -0400 Subject: [PATCH] add django-webpack-starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f577053..9d33786 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ _Django 1.11_ - [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. - [django2-project-template](https://github.com/vigo/django2-project-template/) - A quick starter template with PostgreSQL. +- [django-webpack-starter](https://github.com/khadegd/django-webpack-starter) - Django Webpack starter template for using Webpack 4. ### Open Source - [Hello, World](https://github.com/wsvincent/djangoforbeginners/tree/master/ch2-hello-world-app/)