Пакет python3-module-django-environ: Информация
Исходный пакет: python3-module-django-environ
Версия: 0.10.0-alt1
Собран: 16 мая 2023 г. 14:00
Категория: Разработка/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
Последнее изменение
15 мая 2023 г. Dmitry Lyalyaev 0.10.0-alt1
- New version v0.10.0
2 декабря 2021 г. Dmitry Lyalyaev 0.8.1-alt1
- Initial build for ALT Linux