Skip to content

Commit c44ae72

Browse files
authored
add django + heroku resource
1 parent 1f84ed3 commit c44ae72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/pages/05-deployment/10-heroku.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ easily [deploy](/deployment.html) Python applications.
2525
* Heroku's
2626
[official Python documentation](https://devcenter.heroku.com/articles/getting-started-with-python)
2727
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

Comments
 (0)