Пакет python3-module-django-environ: Информация
Исходный пакет: python3-module-django-environ
Версия: 0.8.1-alt1
Собран: 27 апреля 2022 г. 1:40
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://django-environ.readthedocs.io/en/latest/
Лицензия: MIT
О пакете: Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
Описание:
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. To do that and to use the 12factor approach, some connection strings are expressed as url, so this package can parse it and return a urllib.parse.ParseResult. These strings from os.environ are loaded from a .env file and filled in os.environ with setdefault method, to avoid to overwrite the real environ.
Сопровождающий: Dmitry Lyalyaev