标签: python django heroku deployment
我有一个有效的Procfile
email.send()
在heroku日志中,出现以下错误:
web: gunicorn Likenohaters.wsgi --log-file -
它应该是“ --access-logfile-”,但是以某种方式丢失了空间。我只添加了一些env var,并且没有更改代码。可能是个错误吗?
在本地使用'heroku local -f Procfile'可以正常工作。