# HG changeset patch # User raph # Date 1264694037 -3600 # Node ID b95d1ae93eaab6b470795f23ebf9062566afee2e # Parent 0d43ccd0e1f7fcc9b243d6d4b4f7092e30613618 debug false by default diff -r 0d43ccd0e1f7 -r b95d1ae93eaa 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 = (