summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index fac3c0d5..fb594676 100644
--- a/settings.py
+++ b/settings.py
@@ -64,6 +64,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
'context.auth_processor',
'context.application_settings',
#'django.core.context_processors.i18n',
+ 'django.core.context_processors.auth' #this is required for admin
)
ROOT_URLCONF = 'urls'