Created
January 3, 2012 18:53
-
-
Save jmif/1556292 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Import the settings dev file if we are developing | |
if os.environ.get('DEVELOPMENT', None): | |
from login.settings_dev import * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment