Deploying existing Django App to Heroku

Heroku’s free plan is great for experimenting/prototyping cloud applications. This post shows the steps to deploy existing Django project to Heroku cloud platform using Windows host. As an example, I’ll use this django app from GitHub and deploy it to Heroku. Here is the list of contents of this post. Contents – Steps 1. Setup Python… Continue reading “Deploying existing Django App to Heroku”