我从网站安装了heroku工具带,并使用pip在mac和ubuntu vm副本上安装django toolbelt。
在使用foreman start时,它们都只返回一行:
Procfile:
web: gunicorn hero.wsgi
工头开始:
23:44:46 web.1 | started with pid 4382
Ctrl + C我得到了:
23:47:36 system | sending SIGTERM to all processes
23:47:36 web.1 | terminated by SIGTERM
我已阅读https://github.com/ddollar/foreman/wiki/Missing-Output 并做了:
script.py:
PYTHONUNBUFFERED=True
并使用python -u script.py
运行它我做错了什么?任何建议将不胜感激。