django-environ · PyPI
https://pypi.org/project/django-environ20.10.2021 · django-environ is released under the MIT / X11 License , its documentation lives at Read the Docs , the code on GitHub , and the latest release on PyPI. It’s rigorously tested on Python 3.5+, and officially supports Django 1.11, 2.2, 3.0, 3.1 and 3.2. If you’d like …
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.