From f517b9ef36b11b4385eeeb0202520aa2387fa610 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 1 Sep 2012 17:13:16 +0530 Subject: [PATCH] fix smsbest settings for django upgrade --- smsBEST/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smsBEST/settings.py b/smsBEST/settings.py index b6c3d8a..a4476a7 100644 --- a/smsBEST/settings.py +++ b/smsBEST/settings.py @@ -150,7 +150,7 @@ LOG_BACKUPS = 256 # number of logs to keep # these weird dependencies should be handled by their respective apps, # but they're not, so here they are. most of them are for django admin. TEMPLATE_CONTEXT_PROCESSORS = [ - "django.core.context_processors.auth", + "django.contrib.auth.context_processors.auth", "django.core.context_processors.debug", "django.core.context_processors.i18n", "django.core.context_processors.media",