I\'m using django-compressor to compress my site\'s static CSS and Javascript files. Since I serve my site\'s static assets via Amazon S3, I\'m also using django-storages to
I suppose you are using offline compression, in which case the template inheritance does not work as one would expect. See these issues relevant to this "problem":