update location of auth module for django 1.4

This commit is contained in:
Wookey 2013-07-02 21:10:30 +01:00
parent ecfa6b19a0
commit b90a311d9c

View File

@ -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 = '/'