You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Django MongoDB Backend
2
2
3
+
The Django MongoDB Backend is a Django database backend that uses [PyMongo](https://www.mongodb.com/docs/languages/python/pymongo-driver/current/) to connect to MongoDB.
4
+
3
5
## Documentation
4
6
5
7
Documentation written in the style of MongoDB's documentation is available at
@@ -51,6 +53,9 @@ DATABASES = {
51
53
}
52
54
```
53
55
56
+
If you don't already have a MongoDB cluster, see the [getting started with Atlas](https://www.mongodb.com/docs/atlas/getting-started/) documentation
57
+
to quickly and easily [deploy a free cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/).
58
+
54
59
### Run the server
55
60
56
61
To verify that you correctly configured your project, run the following command
0 commit comments