mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Added spatialite to uses_netloc too
This commit is contained in:
parent
a1f61599ca
commit
a573afce27
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ urlparse.uses_netloc.append('postgresql')
|
|||
urlparse.uses_netloc.append('postgis')
|
||||
urlparse.uses_netloc.append('mysql')
|
||||
urlparse.uses_netloc.append('mysql2')
|
||||
urlparse.uses_netloc.append('spatialite')
|
||||
urlparse.uses_netloc.append('sqlite')
|
||||
|
||||
DEFAULT_ENV = 'DATABASE_URL'
|
||||
|
|
|
|||
Loading…
Reference in a new issue