Following the getting started with django heroku page verbatim. https://devcenter.heroku.com/articles/django
On the foreman start step, foreman is not running correctly. ProcFile contents,
web: gunicorn hellodjango.wsgi
Requirements contents:
Django==1.5.1
dj-database-url==0.2.1
gunicorn==0.17.4
psycopg2==2.4.5
enter virtual env exactly as tutorial,
gunicorn, procfile and requirements located in scripts directory below, the wsgi.py file is located in directory hellodjango with pathline C:\hellodjango2\newvirtualenv\Scripts\hellodjango
python and python/scripts are located on pathfile.
here is the output
(newvirtualenv) C:\hellodjango2\newvirtualenv\Scripts>foreman start
09:48:58 web.1 | started with pid 3580
09:48:58 web.1 | exited with code 1
09:48:58 system | sending SIGKILL to all processes