在逐字开始使用 django heroku 页面之后。 https://devcenter.heroku.com/articles/django
在工头启动步骤中,工头未正确运行。ProcFile 内容,
web: gunicorn hellodjango.wsgi
要求内容:
Django==1.5.1
dj-database-url==0.2.1
gunicorn==0.17.4
psycopg2==2.4.5
完全按照教程、gunicorn、procfile 和需求进入虚拟环境,位于下面的脚本目录中,wsgi.py 文件位于带有路径的目录 hellodjango 中C:\hellodjango2\newvirtualenv\Scripts\hellodjango
python 和 python/scripts 位于路径文件中。
这是输出
(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