No web processes running Django in heroku
Benjamin Manns' solution worked for me, though I needed one additional step as well.
According to this, after the Procfile
solution has been pushed, run the following:
heroku ps:scale web=1
website should load correctly now.
for more help pushing to a heroku git repo, see this
Add proc file and run following command
$ heroku ps:scale web=1