Heroku: ImportError: No module named site
问题 After some changes in my repo and deploy to heroku I am receiving the following error: ImportError: No module named site I not have idea what can cause the problem because I only change some Django templates in the last 2 commits. Best Regards 回答1: Take a look at your Procfile. It should show something like this: web: gunicorn site:app Make sure site is the name of your app. 回答2: I just had a very similar issue which I was able to solve. Maybe it is the same problem? Heroku app crashed after