mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Replacing tab with spaces
This commit is contained in:
parent
a14743d00b
commit
e17c0308c7
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ def parse(url):
|
|||
'ENGINE': SCHEMES['sqlite'],
|
||||
'NAME': ':memory:'
|
||||
}
|
||||
# note: no other settings are required for sqlite
|
||||
# note: no other settings are required for sqlite
|
||||
|
||||
# otherwise parse the url as normal
|
||||
config = {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue