Skip to content

Commit fd1e6ec

Browse files
committed
Update readme
1 parent 8c6c8fa commit fd1e6ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ MONGODB_URI = "mongodb://<my_user>:<my_password>@localhost:27017/my_database"
111111
DATABASES["default"] = django_mongodb.parse(MONGODB_URI)
112112
```
113113

114-
Alternatively, you can configure the DATABASES settings directly:
114+
Alternatively, if you prefer to edit the Python dictionary directly, you can
115+
configure the nested keys and values of the `DATABASES` setting individually:
115116

116117
```python
117118
DATABASES = {

0 commit comments

Comments
 (0)