Error When Trying To Compress Static Files When Using Django-storages And Django-compressor Together
I have setup an AWS S3 bucket in order to transfer my static files in a remote CDN using the application django-storages, everything worked fine until I tried to compress my stati
Solution 1:
I fixed it by adding one variable and it worked:
AWS_S3_CUSTOM_DOMAIN = 'my_bucket.s3-external-3.amazonaws.com'
Post a Comment for "Error When Trying To Compress Static Files When Using Django-storages And Django-compressor Together"