Errors caused by gunicorn procfile in Heroku
问题 I'm trying to deploy a small django app on Heoroku using the documentation provided. But my app does not run and when I look at the logs on Heroku it looks like the problem is with the procfile. Here are the contents of the procfile. Is this the correct syntax? web: gunicorn hashem3.wsgi -b 0.0.0.0:$PORT And here is what the Heroku logs show: 2012-07-21T03:02:58+00:00 heroku[slugc]: Slug compilation started 2012-07-21T03:04:28+00:00 heroku[api]: Add shared-database:5mb add-on by 2012-07-21T03