[snowy] Another small django 1.3 update
- From: Jeff Schroeder <jschroeder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snowy] Another small django 1.3 update
- Date: Mon, 10 Oct 2011 02:00:05 +0000 (UTC)
commit 5e3f63344a9b26491bc11a77553db88f401d97bd
Author: Jeff Schroeder <jeffschroeder computer org>
Date: Sun Oct 9 18:37:08 2011 -0700
Another small django 1.3 update
settings.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/settings.py b/settings.py
index a8462f9..ddffc3c 100644
--- a/settings.py
+++ b/settings.py
@@ -78,8 +78,7 @@ SECRET_KEY = '2n17f16%vd2^x=q6&7a)s*$ft vtp572-4+)@6spfxpe^^7^j6'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = [
'django.template.loaders.filesystem.Loader',
- 'django.template.loaders.app_directories.load_template_source',
-# 'django.template.loaders.eggs.load_template_source',
+ 'django.template.loaders.app_directories.Loader',
]
TEMPLATE_CONTEXT_PROCESSORS = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]