django-environ · PyPI
pypi.org › project › django-environOct 20, 2021 · django-environ is the Python package that allows you to use Twelve-factor methodology to configure your Django application with environment variables. For that, it gives you an easy way to configure Django application using environment variables obtained from an environment file and provided by the OS: import environ import os env = environ.