Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created April 20, 2011 17:23
Show Gist options
  • Save peterbe/932043 to your computer and use it in GitHub Desktop.
Save peterbe/932043 to your computer and use it in GitHub Desktop.
try:
from settings_local import *
except ImportError:
from settings_base import *
from settings_base import *
INSTALLED_APPS += ('debug_toolbar',)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment