Describe the feature you'd like and what it will do
Consider replacing python-decouple, dj-database-url, and dj-email-url with django-environ, which provides built-in parsers for database URLs, email URLs, and lists. It also provides built-in support for variable prefixes to reduce the likelihood of variable conflicts in deployment environments.
Why is this feature important?
django-environ has built-in functionality we're currently either using other libraries or writing custom parsers to support python-decouple. Switching should help us simplify our settings.py module and remove some dependencies.
Is your feature request related to a problem? Please describe.
No response
Any additional comments?
No response
Describe the feature you'd like and what it will do
Consider replacing python-decouple, dj-database-url, and dj-email-url with django-environ, which provides built-in parsers for database URLs, email URLs, and lists. It also provides built-in support for variable prefixes to reduce the likelihood of variable conflicts in deployment environments.
Why is this feature important?
django-environ has built-in functionality we're currently either using other libraries or writing custom parsers to support python-decouple. Switching should help us simplify our settings.py module and remove some dependencies.
Is your feature request related to a problem? Please describe.
No response
Any additional comments?
No response