From 5f5d5f94b94faa25b3cde232dcac573fa0668823 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 11 Jun 2020 08:58:46 -0700 Subject: [PATCH] Add django-docker-heroku-template Tooting my own horn a bit here, but none of these other boilerplates worked for me so I made my own. Hopefully as useful for others as it has been for me! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0e425d..283928d 100644 --- a/README.md +++ b/README.md @@ -309,6 +309,7 @@ _Django 1.11_ - [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. ### Open Source Projects - [Blog app with users and forms](https://github.com/wsvincent/djangoforbeginners/tree/master/ch7-blog-app-with-users/)