[SCM] live-studio branch, master, updated. be51da814fb12d25dce46a7f078a46f5c89bd777

Chris Lamb lamby at debian.org
Fri Jul 30 02:52:33 UTC 2010


The following commit has been merged in the master branch:
commit 6fe6b35541031bb9e1dc095fd1b283c7f9f61493
Author: Chris Lamb <lamby at debian.org>
Date:   Wed Jul 28 17:30:46 2010 -0400

    Specify TEMPLATE_CONTEXT_PROCESSORS explicitly.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>

diff --git a/config/settings/defaults/__init__.py b/config/settings/defaults/__init__.py
index 36b3080..f8f59b9 100644
--- a/config/settings/defaults/__init__.py
+++ b/config/settings/defaults/__init__.py
@@ -1,4 +1,5 @@
 from apps import *
 from dirs import *
 from misc import *
+from templates import *
 from middleware import *
diff --git a/config/settings/defaults/templates.py b/config/settings/defaults/templates.py
new file mode 100644
index 0000000..ab84cad
--- /dev/null
+++ b/config/settings/defaults/templates.py
@@ -0,0 +1,7 @@
+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.contrib.messages.context_processors.messages',
+)

-- 
live-studio



More information about the debian-live-changes mailing list