mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-05-22 05:51:57 +00:00
Registerd postgis URL scheme.
This commit is contained in:
parent
ab11f7a4f8
commit
90cbde873f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import urlparse
|
|||
|
||||
# Register database schemes in URLs.
|
||||
urlparse.uses_netloc.append('postgres')
|
||||
urlparse.uses_netloc.append('postgis')
|
||||
urlparse.uses_netloc.append('mysql')
|
||||
urlparse.uses_netloc.append('sqlite')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue