Make the enabling of TEMPLATE_DEBUG more clear.
[matthijs/projects/xerxes.git] / settings.py
index 9b20669291b8a702718c5f7195dafb34f230abd9..e66d70964fa448c0c65622a71f461cf96e280c8b 100644 (file)
@@ -9,7 +9,7 @@ from dbsettings import *
 PROJECT_DIR = os.path.dirname(__file__)
 
 DEBUG = False
-TEMPLATE_DEBUG = DEBUG
+TEMPLATE_DEBUG = False
 
 ADMINS = (
     # Server errors get sent here
@@ -97,6 +97,7 @@ INSTALLED_APPS = (
     'xerxes.influences',
     'xerxes.base',
     'xerxes.tools',
+    'threadedcomments',
 )
 
 TEMPLATE_CONTEXT_PROCESSORS = (