Changes between Version 32 and Version 33 of SplitSettings
- Timestamp:
- Jul 13, 2013, 12:27:02 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SplitSettings
v32 v33 744 744 - configuration validation 745 745 - multiple configuration files support with layering 746 747 == django-classbasedsettings == 748 This project allows you to define your Django project's settings using classes instead of modules. Among other things, this allows you to use inheritance and calculated properties. [https://github.com/matthewwithanm/django-classbasedsettings Github repo]. 749 750 == django-configurations == 751 django-configurations eases Django project configuration by relying on the composability of Python classes. It extends the notion of Django's module based settings loading with well established object oriented programming patterns. [https://github.com/jezdez/django-configurations Github repo].