Skip to content

Commit a0b3547

Browse files
alexbevitimgraham
authored andcommitted
Add Atlas getting started link to README
1 parent e8ecf50 commit a0b3547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

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

3+
Django MongoDB Backend is a [Django]((https://docs.djangoproject.com/)
4+
database backend that uses [PyMongo](https://www.mongodb.com/docs/languages/python/pymongo-driver/)
5+
to connect to MongoDB.
6+
37
## Documentation
48

59
Documentation written in the style of MongoDB's documentation is available at
@@ -38,6 +42,10 @@ django-admin --version
3842

3943
### Connect to the database
4044

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

0 commit comments

Comments
 (0)