My app runs fine locally using foreman run, and when I execute my runserver.py file using python runserver.py. When I push it to Heroku, it just cr
runserver.py
python runserver.py
You need to specify $PORT instead of ${PORT} like
$PORT
${PORT}
web: python runserver.py $PORT