mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
parse(s)
This commit is contained in:
parent
cf91cafcd3
commit
df7f4ec14b
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ def config(env=DEFAULT_ENV, default=None):
|
|||
s = default
|
||||
|
||||
if s:
|
||||
config = parse()
|
||||
config = parse(s)
|
||||
|
||||
return config
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue