Skip to content

Instantly share code, notes, and snippets.

@simonkern
Created May 14, 2013 20:54
Show Gist options
  • Save simonkern/5579463 to your computer and use it in GitHub Desktop.
Save simonkern/5579463 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# -*- coding: utf-8 -*-
from .base import *
from .secrets import *
DEBUG = True
TEMPLATE_DEBUG = DEBUG
CACHE_TIMEOUT = 30
INSTALLED_APPS += ("debug_toolbar", )
INTERNAL_IPS = ("127.0.0.1",)
MIDDLEWARE_CLASSES += \
("debug_toolbar.middleware.DebugToolbarMiddleware", )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment