Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created January 31, 2012 21:03
Show Gist options
  • Save andymckay/1712895 to your computer and use it in GitHub Desktop.
Save andymckay/1712895 to your computer and use it in GitHub Desktop.
~/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