src/cm/settings.py
changeset 132 b95d1ae93eaa
parent 124 4576a8264929
child 137 32f0cf5e62ce
--- 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 = (