【发布时间】:2021-05-04 22:15:49
【问题描述】:
在尝试解决所有步骤之后,我仍然收到此错误。 谁能帮帮我。
这是从我的 PowerShell 获得的错误:
heroku ps:scale web=1
Scaling dynos... !
! Couldn't find that process type (web).
Scaling dynos... !
! Couldn't find that process type (web).
这是位于我的根目录中的 Procfile 的内容:
��web : gunicorn grouppublishingindia.wsgi --log-file -
我从浏览器收到的错误:
【问题讨论】:
标签: python-3.x django heroku