From b01061e32ded7ad5164131990da68d1beb8303e8 Mon Sep 17 00:00:00 2001 From: Jeff Triplett Date: Wed, 1 Sep 2021 10:19:41 -0500 Subject: [PATCH] :fire: Removed ponee and django2-project-template Ponee was deleted and django2-project-template was marked as archived. Removing them to keep the list fresh. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f447937..cfc5121 100644 --- a/README.md +++ b/README.md @@ -382,9 +382,7 @@ _Django 2.2_ - [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. - [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. -- [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. - [sos-django-template](https://github.com/erayerdin/sos-django-template) - Django starter template with separate dev and production settings. - [django-docker-heroku-template](https://github.com/bfirsh/django-docker-heroku-template) - A template with Docker, GitHub Actions, and Heroku set up for dev/test/prod, plus various other best practices.