Skip to content

Commit

Permalink
Removed duplicated middleware entry for Debug Toolbar (which prevente…
Browse files Browse the repository at this point in the history
…d SQL queries from being tracked).
  • Loading branch information
ngehlenborg committed Jun 26, 2015
1 parent a985cad commit f7a4af3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion refinery/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def get_setting(name, settings=local_settings):
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'core.middleware.DatabaseFailureMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
)

ROOT_URLCONF = 'refinery.urls'
Expand Down

0 comments on commit f7a4af3

Please sign in to comment.