Skip to content
Snippets Groups Projects
Commit db9e5282 authored by David Ormsbee's avatar David Ormsbee
Browse files

re-add debug_toolbar to dev config

parent 1a5abdf6
No related branches found
No related tags found
No related merge requests found
......@@ -26,8 +26,8 @@ DATABASES = {
# MITX_FEATURES['SAMPLE'] = True # Switch to this system so we get around the shadowing
# Add the debug toolbar...
#INSTALLED_APPS += ('debug_toolbar',)
#MIDDLEWARE_CLASSES = ('debug_toolbar.middleware.DebugToolbarMiddleware',) + MIDDLEWARE_CLASSES
INSTALLED_APPS += ('debug_toolbar',)
MIDDLEWARE_CLASSES += ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INTERNAL_IPS = ('127.0.0.1',)
DEBUG_TOOLBAR_PANELS = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment