summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forums/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/forums/settings.py b/forums/settings.py
index df8ec84..2d6d388 100644
--- a/forums/settings.py
+++ b/forums/settings.py
@@ -187,5 +187,5 @@ AUTHENTICATION_BACKENDS = ( 'drupal_auth.backends.DrupalAuthBackend', )
DATABASE_ROUTERS = ['drupal_auth.routers.DrupalAuthRouter']
TEMPLATE_CONTEXT_PROCESSORS += ('website.context_processors.admin_processor', )
-COMPRESS_ENABLED = False
-HTML_MINIFY = False
+COMPRESS_ENABLED = True
+HTML_MINIFY = True