app/settings.py
changeset 4 8d9da911ed7d
parent 0 c94bd9ae70d2
child 17 5c1e26fa0fc4
--- a/app/settings.py	Thu Aug 06 12:17:29 2009 +0530
+++ b/app/settings.py	Thu Aug 06 18:15:57 2009 +0530
@@ -54,6 +54,15 @@
 # Make this unique, and don't share it with anybody.
 SECRET_KEY = '4akwt2sqybl#+rr^l3hk(c#3dj^$+=3l$88-j-l%uy%)*%l8_m'
 
+# List of context processors.
+TEMPLATE_CONTEXT_PROCESSORS = (
+    'django.core.context_processors.auth',
+    'django.core.context_processors.debug',
+    'django.core.context_processors.i18n',
+    'django.core.context_processors.media'
+)
+
+
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (
     'django.template.loaders.filesystem.load_template_source',