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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ django-admin --version
41
41
### Connect to the database
42
42
43
43
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:
45
45
46
46
```python
47
47
DATABASES= {
@@ -56,8 +56,6 @@ DATABASES = {
56
56
> [!TIP]
57
57
> You can quickly and easily [deploy a free cluster](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/) with MongoDB Atlas.
58
58
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
-
61
59
### Run the server
62
60
63
61
To verify that you correctly configured your project, run the following command
0 commit comments