Skip to content

Commit

Permalink
Repared debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tdardinier committed Dec 7, 2016
1 parent 3f97099 commit 37fc065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sigma/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ def __contains__(self, key):
return True

INTERNAL_IPS = contains_all_list()

MIDDLEWARE = [
'debug_toolbar.middleware.DebugToolbarMiddleware',
]

0 comments on commit 37fc065

Please sign in to comment.