From c44ae7255863a34283a6597c5b4921e7605b8186 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Thu, 7 Mar 2019 07:02:49 -0700 Subject: [PATCH] add django + heroku resource --- content/pages/05-deployment/10-heroku.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/pages/05-deployment/10-heroku.markdown b/content/pages/05-deployment/10-heroku.markdown index e44f8ae49..27a2eec51 100644 --- a/content/pages/05-deployment/10-heroku.markdown +++ b/content/pages/05-deployment/10-heroku.markdown @@ -25,3 +25,6 @@ easily [deploy](/deployment.html) Python applications. * Heroku's [official Python documentation](https://devcenter.heroku.com/articles/getting-started-with-python) is fantastic and walks through deploying WSGI applications in short order. + +* [Production Django Deployments on Heroku](https://testdriven.io/blog/production-django-deployments-on-heroku/) + aims to simplify the process of deploying, maintaining, and scaling production-grade Django apps on Heroku.