diff --git a/dss/settings.py b/dss/settings.py index 7abe3fe..9970033 100755 --- a/dss/settings.py +++ b/dss/settings.py @@ -233,3 +233,6 @@ PIPELINE_CSS = { }, } COMPRESS_ENABLED = True +COMPRESS_CSS_FILTERS = [ + 'compressor.filters.css_default.CssAbsoluteFilter', +] \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index ad938b3..223aa65 100755 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,6 @@ {% load compress %} - {% compress css %}