标签: python django heroku wsgi procfile
我正在尝试在Heroku上部署Django应用程序。部署有效,但是当我运行网页时,我收到以下错误:
ImportError: No module named hello.wsgi
我的Proc文件读作:web:
gunicorn hello.wsgi --log-file -
如果有人知道我为什么会收到这个错误,我会很感激。