【发布时间】:2014-08-15 02:03:54
【问题描述】:
工头开始
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
过程文件
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 push 到heroku 后就可以正常使用了。
但是,使用 foreman start 不会返回用于测试运行的 ip。我从下载包安装了heroku toolbelt,从终端安装了pip django-toolbelt。有谁知道怎么回事?
提前致谢。
答案: http://thefreshlybaked.wordpress.com/2014/07/09/setting-up-django-on-heroku-with-postgresql/
【问题讨论】:
标签: python django heroku heroku-toolbelt