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