Heroku App crashes immediately with R10 and H10 errors

前端 未结 3 1179
庸人自扰
庸人自扰 2021-01-13 12:50

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

3条回答
  •  臣服心动
    2021-01-13 13:30

    You need to specify $PORT instead of ${PORT} like

    web: python runserver.py $PORT
    

提交回复
热议问题