Created
April 21, 2012 14:46
-
-
Save jvdgoot/2437472 to your computer and use it in GitHub Desktop.
Enable local settings in django
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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