How to configure django-compressor and django-staticfiles with Amazon's S3?

前端 未结 4 1771
遇见更好的自我
遇见更好的自我 2021-02-01 03:51

I\'m trying to setup django-compressor and django-staticfiles so that the compressed CSS/Javascript and images are served from Amazon\'s S3.

I\'ve managed to setup stati

4条回答
  •  Happy的楠姐
    2021-02-01 04:11

    Using django_compressor==1.2 worked for me. I am not sure why you need to install django-staticfiles however all the versions of django_compressor except 1.2 has that issue.

提交回复
热议问题