Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Use a database connection URL #79

Open
dirn opened this issue Jul 31, 2020 · 0 comments
Open

Use a database connection URL #79

dirn opened this issue Jul 31, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@dirn
Copy link
Member

dirn commented Jul 31, 2020

Out of the box, Django uses separate keys in its DATABASES dictionary for
each part of the connection settings. dj-database-url can parse a database
connection URL and break it out into the keys. This reduces the number of
settings that need to be tracked in various configurations (e.g., tox.ini, the
GitHub Actions configuration).

@dirn dirn added enhancement New feature or request good first issue Good for newcomers invalid This doesn't seem right and removed invalid This doesn't seem right labels Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant