Skip to content

Commit

Permalink
Merge pull request #275 from ThomasWaldmann/fix-pep8
Browse files Browse the repository at this point in the history
settings.base: fix pep8
  • Loading branch information
ThomasWaldmann committed Aug 14, 2016
2 parents 7e26663 + d0f225b commit 410c0d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nsupdate/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@
'context_processors': [
# Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
# list if you haven't customized them:
#'django.contrib.auth.context_processors.auth',
#'django.template.context_processors.debug',
# 'django.contrib.auth.context_processors.auth',
# 'django.template.context_processors.debug',
'django.template.context_processors.i18n',
'django.template.context_processors.request',
'nsupdate.context_processors.add_settings',
'nsupdate.context_processors.update_ips',
#'django.template.context_processors.media',
#'django.template.context_processors.static',
#'django.template.context_processors.tz',
#'django.contrib.messages.context_processors.messages',
# 'django.template.context_processors.media',
# 'django.template.context_processors.static',
# 'django.template.context_processors.tz',
# 'django.contrib.messages.context_processors.messages',
'social.apps.django_app.context_processors.backends',
'social.apps.django_app.context_processors.login_redirect',
],
Expand Down

0 comments on commit 410c0d7

Please sign in to comment.