From b90a311d9c7b7dee80e14202ee855354838cfc7f Mon Sep 17 00:00:00 2001 From: Wookey Date: Tue, 2 Jul 2013 21:10:30 +0100 Subject: [PATCH] update location of auth module for django 1.4 --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '/'