Django settings with django-configurations

Jannis Leidel

Audience level:
Novice
Category:
Web Frameworks

Description

django-configurations simplifies Django project configuration by relying on the composability of Python classes and environment variables. It extends Django's Python module based settings loading with hooks to be able to use well established programming patterns like mixins, facades, factories and adapters.