Skip to content

Commit 37d03c7

Browse files
committed
Address review feedback
1 parent 816b6b4 commit 37d03c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
3+
Django MongoDB Backend is a [Django database backend](https://docs.djangoproject.com/en/5.2/ref/databases/#third-party-notes) that uses [PyMongo](https://www.mongodb.com/docs/languages/python/pymongo-driver/current/) to connect to MongoDB.
44

55
## Documentation
66

@@ -40,6 +40,9 @@ django-admin --version
4040

4141
### Connect to the database
4242

43+
If you don't already have a MongoDB cluster, see the [getting started with Atlas](https://www.mongodb.com/docs/atlas/getting-started/) documentation
44+
to quickly and easily [deploy a free cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/).
45+
4346
Navigate to your `example/settings.py` file and replace the `DATABASES`
4447
setting like so:
4548

@@ -53,9 +56,6 @@ DATABASES = {
5356
}
5457
```
5558

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-
5959
### Run the server
6060

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

0 commit comments

Comments
 (0)