After starting work with django heroku page verbatim. https://devcenter.heroku.com/articles/django
At the start of the wizard, the wizard does not work correctly. ProcFile Content,
web: gunicorn hellodjango.wsgi
Content requirements:
Django==1.5.1 dj-database-url==0.2.1 gunicorn==0.17.4 psycopg2==2.4.5
enter virtual env just like the tutorial, gunicorn, procfile and requirements located in the scripts directory below, the wsgi.py file is in the hellodjango directory using pathline C:\hellodjango2\newvirtualenv\Scripts\hellodjango
python and python / scripts are in the path file.
displayed here
(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
user1620461
source share