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 8c6c8fa commit fd1e6ecCopy full SHA for fd1e6ec
README.md
@@ -111,7 +111,8 @@ MONGODB_URI = "mongodb://<my_user>:<my_password>@localhost:27017/my_database"
111
DATABASES["default"] = django_mongodb.parse(MONGODB_URI)
112
```
113
114
-Alternatively, you can configure the DATABASES settings directly:
+Alternatively, if you prefer to edit the Python dictionary directly, you can
115
+configure the nested keys and values of the `DATABASES` setting individually:
116
117
```python
118
DATABASES = {
0 commit comments