We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f802fe8 + 6e6bce9 commit 4eabb4cCopy full SHA for 4eabb4c
content/pages/05-deployment/10-heroku.markdown
@@ -28,3 +28,6 @@ easily [deploy](/deployment.html) Python applications.
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.
31
+
32
+* [Deploying Django to Heroku With Docker](https://testdriven.io/blog/deploying-django-to-heroku-with-docker/)
33
+ looks at how to deploy a Django app to Heroku with Docker via the Heroku Container Runtime.
0 commit comments