Changes between Version 5 and Version 6 of SplitSettings


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

/* I got an error if the import is at the end of settings.py */

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v5 v6  
    125125#!python
    126126import os
     127from settings_local import *
    127128
    128129BASE_DIR = os.path.dirname(os.path.abspath(__file__))
     
    155156
    156157#[more default and app wide settings]
    157 
    158 from settings_local import *
    159158}}}
    160159
Back to Top