Update README.md

Added two more popular boilerplates
This commit is contained in:
Paul Mendes 2020-04-05 17:19:50 +04:00 committed by GitHub
parent 9519b05bde
commit 9e3e4eeaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/)