django-environ
https://django-environ.readthedocs.io/en/latestWelcome to django-environ documentation¶. Release v0.8.1 (What's new?django-environ is the Python package that allows you to use Twelve-factor methodology to configure your Django application with environment variables.. Overview¶. The idea of this package is to unify a lot of packages that make the same stuff: Take a string from os.environ, parse and cast it to some of …
django-environ
django-environ.readthedocs.io › en › latestdjango-environ is the Python package that allows you to use Twelve-factor methodology to configure your Django application with environment variables. Overview ¶ The idea of this package is to unify a lot of packages that make the same stuff: Take a string from os.environ, parse and cast it to some of useful python typed variables.