summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2013-07-02 21:10:30 +0100
committerWookey <wookey@wookware.org>2013-07-02 21:10:30 +0100
commitb90a311d9c7b7dee80e14202ee855354838cfc7f (patch)
tree340b52da623481395892a85de866d7420838873a /settings.py
parentecfa6b19a0f04a2877d6e9294651e14fda70a0da (diff)
downloadtroggle-b90a311d9c7b7dee80e14202ee855354838cfc7f.tar.gz
troggle-b90a311d9c7b7dee80e14202ee855354838cfc7f.tar.bz2
troggle-b90a311d9c7b7dee80e14202ee855354838cfc7f.zip
update location of auth module for django 1.4
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 1d2d423..fe8116e 100644
--- a/settings.py
+++ b/settings.py
@@ -57,7 +57,7 @@ TEMPLATE_LOADERS = (
# 'django.template.loaders.eggs.load_template_source',
)
-TEMPLATE_CONTEXT_PROCESSORS = ( "django.core.context_processors.auth", "core.context.troggle_context", )
+TEMPLATE_CONTEXT_PROCESSORS = ( "django.contrib.auth.context_processors.auth", "core.context.troggle_context", )
LOGIN_REDIRECT_URL = '/'