Skip to content

Commit 7b762ed

Browse files
committed
Revisions based on feedback
1 parent 88113c6 commit 7b762ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ django-admin --version
4141
### Connect to the database
4242

4343
Navigate to your `example/settings.py` file and replace the `DATABASES`
44-
setting using your cluster's [connection string](https://www.mongodb.com/docs/manual/reference/connection-string/) like so:
44+
setting using your [connection string](https://www.mongodb.com/docs/manual/reference/connection-string/) like so:
4545

4646
```python
4747
DATABASES = {
@@ -56,8 +56,6 @@ DATABASES = {
5656
> [!TIP]
5757
> You can quickly and easily [deploy a free cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/) with MongoDB Atlas.
5858
59-
If you're hosting your cluster in MongoDB Atlas, see [this tutorial](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/#connect-to-your-atlas-cluster) for additional information on retrieving your connection string.
60-
6159
### Run the server
6260

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

0 commit comments

Comments
 (0)