Skip to content

Commit

Permalink
Add experimental support for mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Sep 26, 2024
1 parent ed306f3 commit 4669f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dj_database_url/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"postgresql": "django.db.backends.postgresql",
"pgsql": "django.db.backends.postgresql",
"postgis": "django.contrib.gis.db.backends.postgis",
"mongodb": "django_mongodb",
"mysql": "django.db.backends.mysql",
"mysql2": "django.db.backends.mysql",
"mysqlgis": "django.contrib.gis.db.backends.mysql",
Expand Down

0 comments on commit 4669f6d

Please sign in to comment.