gpt4 book ai didi

django - 尝试与工头在本地测试 django 应用程序

转载 作者:行者123 更新时间:2023-12-03 21:27:07 26 4
gpt4 key购买 nike

我正在开发一个 django 应用程序,并在推送到 heroku 之前尝试使用工头在本地测试我的应用程序。我可以使用 python manage.py 服务器成功运行它。但是,当使用 forman 运行它时它会失败 - 每当我执行 foreman start在目录中,它会返回给我:

09:21:09 web.1  | started with pid 9956
09:21:09 web.1 | /usr/local/foreman/bin/foreman-runner: line 41: exec: gunicorn: not found
09:21:09 web.1 | exited with code 127
09:21:09 system | sending SIGTERM to all processes
SIGTERM received

这是什么意思?

以下是我的 Procfile:
web: gunicorn myapp.wsgi

下面是我的requirements.txt
Django==1.4.3
distribute==0.6.31
dj-database-url==0.2.1
psycopg2==2.4.6
#wsgiref==0.1.2
gunicorn==0.16.1

我在这里先向您的帮助表示感谢!

最佳答案

您的系统上似乎没有正确安装 gunicorn。
运行 pip install -r requirements.txt 然后手动运行 gunicorn 命令来检查它是否有效。

关于django - 尝试与工头在本地测试 django 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14663504/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com