Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Ghirensics/ghiro
Browse files Browse the repository at this point in the history
  • Loading branch information
jekil committed Apr 21, 2016
2 parents 2e2429c + bf47290 commit b4d8ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghiro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
# 'django.template.loaders.eggs.Loader',
)

TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + (
TEMPLATE_CONTEXT_PROCESSORS = global_settings.TEMPLATE_CONTEXT_PROCESSORS + [
"django.core.context_processors.request",
)
]

INTERNAL_IPS = ('127.0.0.1',)
MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit b4d8ac2

Please sign in to comment.