django heroku工头启动错误代码1

Posted

技术标签:

【中文标题】django heroku工头启动错误代码1【英文标题】:django heroku foreman start error code 1 【发布时间】:2013-05-29 19:02:53 【问题描述】:

按照 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 和 requirements 位于下面的 scripts 目录中,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

【问题讨论】:

您使用的是 Windows 吗?看看:[Gunicorn 不能在 Windows 上运行][1](和类似的答案 [这里][2])[1]:***.com/questions/11087682/… [2]:***.com/questions/12627885/… 看起来你在 Windows 上。只需在您的机器上安装一个 linux 虚拟机,并在需要时使用它。 【参考方案1】:

根据今天的 heroku 文档,建议您使用:

$ heroku local web

而不是foreman。可以试试吗?

您可以做的另一件事来检查一切是否正常运行 django:python manage.py runserver,如果它不工作,您可以添加该调用生成的回溯吗?

【讨论】:

以上是关于django heroku工头启动错误代码1的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Heroku 教程中使用 Python 启动工头

Heroku - 没有名为 wsgi 的模块

Python heroku错误H20 App启动超时,R10启动超时

heroku上的gunicorn:绑定到本地主机

Node.js 应用程序适用于工头,但不适用于 heroku。 404 错误

由于静态错误,无法在 Heroku 上部署 Django [重复]