debug false by default
authorraph
Thu, 28 Jan 2010 16:53:57 +0100
changeset 132 b95d1ae93eaa
parent 131 0d43ccd0e1f7
child 133 249a8b7f4de7
debug false by default
src/cm/settings.py
--- a/src/cm/settings.py	Thu Jan 28 10:28:28 2010 +0100
+++ b/src/cm/settings.py	Thu Jan 28 16:53:57 2010 +0100
@@ -1,4 +1,4 @@
-DEBUG = True
+DEBUG = False
 CLIENT_DEBUG = DEBUG
 TEMPLATE_DEBUG = DEBUG
 
@@ -71,7 +71,6 @@
     "django.core.context_processors.i18n",    
     "django.core.context_processors.media",    
     'djangoflash.context_processors.flash',
-    'django.core.context_processors.request',    
 )
 
 MIDDLEWARE_CLASSES = (