所以,我已经将GitHub的Django应用程序同步到了Heroku,我试图从他们的Web界面进行部署,但是在日志中它说了
Error while running '$ python manage.py collectstatic --noinput'.
See traceback above for details.
You may need to update application code to resolve this error.
Or, you can disable collectstatic for this application:
$ heroku config:set DISABLE_COLLECTSTATIC=1
https://devcenter.heroku.com/articles/django-assets
Push rejected, failed to compile Python app.
Push failed
我知道你可以使用Heroku CLI来禁用collectstatic,但是我找不到一种方法来将我的GitHub / Heroku应用程序与Heroku CLI同步。
答案 0 :(得分:0)
所以,在我的情况下,似乎罪魁祸首是其他东西,我没有为ALLOWED_HOSTS添加一个合适的变量,添加了heroku应用程序修复它