Changes between Version 27 and Version 28 of SplitSettings
- Timestamp:
- Aug 6, 2012, 12:19:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v27 v28 695 695 696 696 The `settings` directory used at [http://readthedocs.org/ Read The Docs] is available [https://github.com/rtfd/readthedocs.org/tree/master/readthedocs/settings in their repository]. 697 698 == modular method == 699 700 Move settings into a package, split everything into modules, then import in `__init__.py`. 701 702 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].