Changes between Version 11 and Version 12 of SplitSettings


Ignore:
Timestamp:
Jan 18, 2010, 9:19:03 AM (15 years ago)
Author:
Antti Kaihola
Comment:

improved alternate more_settings.py to exclude other_settings from modified settings

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v11 v12  
    327327def config(INSTALLED_APPS=(), **other_settings):
    328328    INSTALLED_APPS += ('another_app',)
     329    del other_settings
    329330    return locals()
    330331
Back to Top