Commit db9e5282 by David Ormsbee

re-add debug_toolbar to dev config

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