Skip to content

Instantly share code, notes, and snippets.

@jvdgoot
Created April 21, 2012 14:46
Show Gist options
  • Save jvdgoot/2437472 to your computer and use it in GitHub Desktop.
Save jvdgoot/2437472 to your computer and use it in GitHub Desktop.
Enable local settings in django
try:
from local_settings import *
except ImportError, exp:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment