File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
59Documentation 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+
4149Navigate to your ` example/settings.py ` file and replace the ` DATABASES `
4250setting like so:
4351
You can’t perform that action at this time.
0 commit comments