From 9e3e4eeaa97e3474869fba8d0c731f06b2be2208 Mon Sep 17 00:00:00 2001 From: Paul Mendes Date: Sun, 5 Apr 2020 17:19:50 +0400 Subject: [PATCH] Update README.md Added two more popular boilerplates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6700d8..bb2d596 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,8 @@ _Django 1.11_ - [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. +- [CodeRed CMS](https://github.com/coderedcorp/coderedcms) - A content management system for marketing websites based on Django and Wagtail. +- [Django Rest + Vue JS Template](https://github.com/gtalarico/django-vue-template) - A minimal example for an application using Vue and Django. ### Open Source - [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users/)