领班开始
01:25:49 web.1 | started with pid 3584
01:25:55 web.1 | exited with code 1
01:25:55 system | sending SIGTERM to all processes
SIGTERM received
Procfile
web: gunicorn herokudjango.wsgi
requirements.txt
Django==1.6.5
dj-database-url==0.3.0
dj-static==0.0.5
django-toolbelt==0.0.1
gunicorn==19.0.0
psycopg2==2.5.3
pystache==0.5.4
static==1.0.2
wsgiref==0.1.2
嗨,我只是按照https://devcenter.heroku.com/articles/getting-started-with-django
在git推送到heroku之后它工作正常。
但是,使用foreman start并不会返回ip进行测试运行。我从下载包中安装了heroku工具带,并从终端安装了django-toolbelt。谁知道什么是错的?
提前致谢。
答案: http://thefreshlybaked.wordpress.com/2014/07/09/setting-up-django-on-heroku-with-postgresql/
答案 0 :(得分:1)
https://devcenter.heroku.com/articles/procfile#developing-locally-with-foreman
看看文档,默认情况下,在端口5000上加载了工头。我相信你可以把它改成procfile中你想要的任何端口。
答案 1 :(得分:1)
我也面临同样的问题。安装gunicorn后== 0.16.1 使用pip我解决了我的问题...希望这也能解决你的问题....