mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Add +srv
This commit is contained in:
parent
4669f6d9f1
commit
0238c3a7ab
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ SCHEMES = {
|
|||
"pgsql": "django.db.backends.postgresql",
|
||||
"postgis": "django.contrib.gis.db.backends.postgis",
|
||||
"mongodb": "django_mongodb",
|
||||
"mongodb+srv": "django_mongodb",
|
||||
"mysql": "django.db.backends.mysql",
|
||||
"mysql2": "django.db.backends.mysql",
|
||||
"mysqlgis": "django.contrib.gis.db.backends.mysql",
|
||||
|
|
|
|||
Loading…
Reference in a new issue