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
Yeah, there is dj_database_url which parses into the Django-specific config dictionary, but there isn't yet a general-purpose parse that just validates the string without doing any special formatting.
Add a database URL parser method that validates that the input envvar is a valid database URL.
The text was updated successfully, but these errors were encountered: