我知道在吉安戈的赫鲁库已经有了一个关于解职的话题,但这对我没什么帮助。
我有以下错误:
! Error while running '$ python markb/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好了!拒绝推,编译Python应用程序失败。
好了!推送失败
发布于 2022-09-29 07:44:55
使用以下命令禁用收集器:
set DISABLE_COLLECTSTATIC=1然后再试试。
https://stackoverflow.com/questions/73891844
复制相似问题