Created
January 31, 2012 21:03
-
-
Save andymckay/1712895 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
~/sandboxes/zamboni(multiple-sites-two) $ head settings_local_mkt.py | |
from lib.settings_base import * | |
from mkt.settings import * | |
... | |
~/sandboxes/zamboni(multiple-sites-two) $ head settings_local_default.py | |
from lib.settings_base import * | |
from default.settings import * | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment