projects
/
matthijs
/
projects
/
xerxes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fcd4a5
)
Enable the request context processor.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 31 Oct 2008 16:07:03 +0000
(17:07 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Fri, 31 Oct 2008 16:07:03 +0000
(17:07 +0100)
settings.py
patch
|
blob
|
history
diff --git
a/settings.py
b/settings.py
index 30463db4fd2e346f5332d644a6519d32a7647c51..fdfa66e178f86dbe621b464ce6cda055d6ce7d9b 100644
(file)
--- a/
settings.py
+++ b/
settings.py
@@
-101,6
+101,7
@@
TEMPLATE_CONTEXT_PROCESSORS = (
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",
+ "django.core.context_processors.request",
)
LOGIN_URL = "/accounts/login/"