Changes between Version 5 and Version 6 of SplitSettings
- Timestamp:
- Oct 25, 2008, 8:19:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v5 v6 125 125 #!python 126 126 import os 127 from settings_local import * 127 128 128 129 BASE_DIR = os.path.dirname(os.path.abspath(__file__)) … … 155 156 156 157 #[more default and app wide settings] 157 158 from settings_local import *159 158 }}} 160 159