Skip to content

Consider django-environs to replace python-decouple #395

@kjlippold

Description

@kjlippold

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions