Changes between Version 11 and Version 12 of SplitSettings
- Timestamp:
- Jan 18, 2010, 9:19:03 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v11 v12 327 327 def config(INSTALLED_APPS=(), **other_settings): 328 328 INSTALLED_APPS += ('another_app',) 329 del other_settings 329 330 return locals() 330 331