[Fixed]-Duplicate file name while serving Django cached static assets from Heroku + S3

1👍

Oh well, in case someone runs into the same issue I managed to have everything working fine just by changing the STATICFILES_STORAGEin the settings.py like:

STATICFILES_STORAGE = "storages.backends.s3boto.S3BotoStorage"
👤Jordi

Leave a comment