From 2fbf3ecf6cae63691380ec8cc9df2c4beff29dae Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Sat, 19 Apr 2014 17:55:25 +0530 Subject: basic email and notification added, new frontpage interface --- forums/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'forums/settings.py') 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 -- cgit