update location of auth module for django 1.4

This commit is contained in:
Wookey 2013-07-02 21:10:30 +01:00
parent 5351108ec1
commit f90b6dc7ab

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