Skip to content

Commit

Permalink
fix: add debug toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
fknop committed Dec 7, 2017
1 parent 6f33c7b commit 54b45be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions oscar/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
'authentification',
'bootstrap3',
'django_extensions',
#'debug_toolbar',
'debug_toolbar',
'django_pdb',
'crispy_forms',
'oscar', # hack: add self for templates dir
Expand Down Expand Up @@ -81,8 +81,8 @@
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django_pdb.middleware.PdbMiddleware'#,
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
'django_pdb.middleware.PdbMiddleware',
'debug_toolbar.middleware.DebugToolbarMiddleware',
)


Expand Down

0 comments on commit 54b45be

Please sign in to comment.