Skip to content

Instantly share code, notes, and snippets.

@igorsobreira
Created September 12, 2010 04:20
Show Gist options
  • Save igorsobreira/575837 to your computer and use it in GitHub Desktop.
Save igorsobreira/575837 to your computer and use it in GitHub Desktop.
DEBUG = True
INTERNAL_IPS = ('127.0.0.1',)
MIDDLWARE_CLASSES = MIDDLWARE_CLASSES + ('debug_toolbar.middleware.DebugToolbarMiddleware',)
INSTALLED_APPS = INSTALLED_APPS + ('debug_toolbar',)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment