Skip to content

Commit

Permalink
django.contrib.admin requires django.contrib.auth.context_processors.…
Browse files Browse the repository at this point in the history
…auth to be in TEMPLATE_CONTEXT_PROCESSORS
  • Loading branch information
mikebryant committed Sep 16, 2015
1 parent b387fd5 commit 9979cc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_autoconfig/contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
'AUTOCONFIG_EXTRA_URLS': [
'django_autoconfig.contrib.admin',
],
'TEMPLATE_CONTEXT_PROCESSORS': [
'django.contrib.auth.context_processors.auth',
],
},
DEFAULT_SETTINGS = {},
RELATIONSHIPS = [
Expand Down

0 comments on commit 9979cc1

Please sign in to comment.