Skip to content

Commit 816b6b4

Browse files
authored
Enhance README with PyMongo and Atlas links
Added information about PyMongo and MongoDB cluster setup.
1 parent e8ecf50 commit 816b6b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Django MongoDB Backend
22

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+
35
## Documentation
46

57
Documentation written in the style of MongoDB's documentation is available at
@@ -51,6 +53,9 @@ DATABASES = {
5153
}
5254
```
5355

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+
5459
### Run the server
5560

5661
To verify that you correctly configured your project, run the following command

0 commit comments

Comments
 (0)