From 3e7c519ae224800375a488d2c961db7cdcf8ee51 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 30 Dec 2012 22:18:27 -0600 Subject: Remove several context processors we don't use We're not using any of the injected values these context processors provide in our templates, so remove them from our default config. Signed-off-by: Dan McGee --- settings.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/settings.py b/settings.py index ba1e301b..53358077 100644 --- a/settings.py +++ b/settings.py @@ -49,9 +49,6 @@ AUTH_PROFILE_MODULE = 'devel.UserProfile' TEMPLATE_CONTEXT_PROCESSORS = ( 'django.contrib.auth.context_processors.auth', 'django.core.context_processors.debug', - 'django.core.context_processors.i18n', - 'django.core.context_processors.media', - 'django.core.context_processors.static', 'django.contrib.messages.context_processors.messages', 'main.context_processors.secure', ) -- cgit v1.2.3-55-g3dc8