Changes between Version 32 and Version 33 of SplitSettings


Ignore:
Timestamp:
Jul 13, 2013, 12:27:02 PM (11 years ago)
Author:
Paolo
Comment:

Added django-classbasedsettings and django-configurations.

Legend:

Unmodified
Added
Removed
Modified
  • SplitSettings

    v32 v33  
    744744- configuration validation
    745745- multiple configuration files support with layering
     746
     747== django-classbasedsettings ==
     748This 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 ==
     751django-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].
Back to Top