Changes between Version 29 and Version 30 of SplitSettings
- Timestamp:
- Nov 26, 2012, 4:11:50 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v29 v30 718 718 719 719 See this [http://usrshare.net/post/28744449338/a-fairly-low-ceremony-method-for-modularizing-django post] and the [https://github.com/samiconductor/modularsettings/tree/master/modularsettings/settings example on github]. 720 721 == django-flexisettings == 722 723 Another option we use at ledapei.com is [https://github.com/hrbonz/django-flexisettings django-flexisettings] which breaks down configuration files in a very easy to use way. The stress is put on flexibility and powerful configuration possibilities, the project is then easy to share between multiple environments/developers. For instructions read the [https://github.com/hrbonz/django-flexisettings#installation installation document].