Closed mikejcorey closed 10 years ago
At the bottom of settings/common.py:
try: from local_settings import * except ImportError: pass
At the bottom of settings/common.py:
Allow for local (per-user) override
try: from local_settings import * except ImportError: pass