You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
Out of the box, Django uses separate keys in its
DATABASES
dictionary foreach 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
, theGitHub Actions configuration).
The text was updated successfully, but these errors were encountered: