We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f84ed3 commit c44ae72Copy full SHA for c44ae72
content/pages/05-deployment/10-heroku.markdown
@@ -25,3 +25,6 @@ easily [deploy](/deployment.html) Python applications.
25
* Heroku's
26
[official Python documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
27
is fantastic and walks through deploying WSGI applications in short order.
28
+
29
+* [Production Django Deployments on Heroku](https://testdriven.io/blog/production-django-deployments-on-heroku/)
30
+ aims to simplify the process of deploying, maintaining, and scaling production-grade Django apps on Heroku.
0 commit comments