Changes between Version 6 and Version 7 of SplitSettings


Ignore:
Timestamp:
Oct 25, 2008, 8:35:58 PM (16 years ago)
Author:
gasull
Comment:

reverting

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v6 v7  
    125125#!python
    126126import os
    127 from settings_local import *
    128127
    129128BASE_DIR = os.path.dirname(os.path.abspath(__file__))
     
    156155
    157156#[more default and app wide settings]
     157
     158from settings_local import *
    158159}}}
    159160
Back to Top