mirror of
https://github.com/kennethreitz/dj-database-url.git
synced 2026-06-05 23:10:17 +00:00
Merge pull request #8 from mrluanma/patch-1
Registerd postgis URL scheme.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user