collecstatic does not push to files S3

前端 未结 1 1217
太阳男子
太阳男子 2021-02-06 10:04

EDIT:

I have found that removing import django_heroku from my settings.py file allows me to push my static files to my AWS bucket. When I u

相关标签:
1条回答
  • 2021-02-06 10:50

    For anyone facing the same problem, the solution for me was: django_heroku.settings(locals(), staticfiles=False)

    which is also detailed at this github issue.

    0 讨论(0)
提交回复
热议问题