remove useless context_processors.auth in settings (#20530)

This commit is contained in:
Thomas NOËL 2017-12-08 10:49:55 +01:00
parent 7d6fe73bb6
commit 8cf53dd4de
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ TEMPLATE_DIRS = (
)
TEMPLATE_CONTEXT_PROCESSORS = (
"django.contrib.auth.context_processors.auth",
"django.core.context_processors.debug",
"django.core.context_processors.i18n",
"django.core.context_processors.media",