Skip to content

Instantly share code, notes, and snippets.

@rdegges
Created April 29, 2011 08:12
Show Gist options
  • Save rdegges/948029 to your computer and use it in GitHub Desktop.
Save rdegges/948029 to your computer and use it in GitHub Desktop.
Poor example of Django settings.
try:
from settings_local import *
except ImportError:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment