summaryrefslogtreecommitdiff
path: root/forums/settings.py
diff options
context:
space:
mode:
authorJayaram Pai2014-04-19 17:55:25 +0530
committerJayaram Pai2014-04-19 17:55:25 +0530
commit2fbf3ecf6cae63691380ec8cc9df2c4beff29dae (patch)
tree11212c19678c33f4546987079b05f037406ea9b1 /forums/settings.py
parent83063012ac3eac51983c83d3b1681595aa59eb1d (diff)
downloadFOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.gz
FOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.tar.bz2
FOSSEE-Forum-2fbf3ecf6cae63691380ec8cc9df2c4beff29dae.zip
basic email and notification added, new frontpage interface
Diffstat (limited to 'forums/settings.py')
-rw-r--r--forums/settings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/forums/settings.py b/forums/settings.py
index 2d6d388..df8ec84 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 = True
-HTML_MINIFY = True
+COMPRESS_ENABLED = False
+HTML_MINIFY = False