We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb8de9 commit dd1c77aCopy full SHA for dd1c77a
.github/workflows/mongodb_settings.py
@@ -17,11 +17,15 @@
17
"default": {
18
"ENGINE": "django_mongodb_backend",
19
"NAME": "djangotests",
20
+ # Skip replica set discovery and connect directly
21
+ # to a single MongoDB instance (standalone server)
22
"OPTIONS": {"directConnection": True},
23
},
24
"other": {
25
26
"NAME": "djangotests-other",
27
28
29
30
31
}
0 commit comments