I have cloned this heroku-django-starter https://github.com/heroku/heroku-django-template.
I have done pip install gunicorn
When i run heroku local web
, i'm getting the following error log.
forego | starting web.1 on port 5000 web.1 | [2016-03-08 21:03:59 -0800] [8288] [INFO] Starting gunicorn 19.4.5 web.1 | [2016-03-08 21:03:59 -0800] [8288] [ERROR] Connection in use: ('0.0.0.0', 5000) web.1 | [2016-03-08 21:03:59 -0800] [8288] [ERROR] Retrying in 1 second. web.1 | [2016-03-08 21:04:00 -0800] [8288] [ERROR] Connection in use: ('0.0.0.0', 5000) web.1 | [2016-03-08 21:04:00 -0800] [8288] [ERROR] Retrying in 1 second. web.1 | [2016-03-08 21:04:01 -0800] [8288] [ERROR] Connection in use: ('0.0.0.0', 5000)