foreman start
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
Hi, I simply follow https://devcenter.heroku.com/articles/getting-started-with-django
It works fine after git push to heroku.
However, using foreman start doesn't return an ip for test running. I installed the heroku toolbelt from the download package and pip django-toolbelt from terminal. Anyone know what's wrong?
Thanks in advance.
The answer: http://thefreshlybaked.wordpress.com/2014/07/09/setting-up-django-on-heroku-with-postgresql/