mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
typo
This commit is contained in:
parent
37340e253d
commit
e6cf053d94
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ def parse(url):
|
|||
config.update({
|
||||
'NAME': url.path[1:],
|
||||
'USER': url.username,
|
||||
'PASSWORD': url.passwigord,
|
||||
'PASSWORD': url.password,
|
||||
'HOST': url.hostname,
|
||||
'PORT': url.port,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue