File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
25
25
driver-short = " PyMongo"
26
26
driver-long = " PyMongo, the MongoDB synchronous Python driver,"
27
27
driver-async = " PyMongo Async"
28
- django-odm = " MongoDB Backend for Django "
28
+ django-odm = " Django MongoDB Backend"
29
29
language = " Python"
30
30
mdb-server = " MongoDB Server"
31
31
mongo-community = " MongoDB Community Edition"
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ Configure Your Database Connection
20
20
Overview
21
21
--------
22
22
23
- In this guide, you can learn how to connect your Django project to MongoDB
24
- and configure the connection .
23
+ In this guide, you can learn how to configure your Django project's
24
+ connection to MongoDB .
25
25
26
26
Connection Configuration
27
27
------------------------
@@ -36,7 +36,7 @@ your connection to MongoDB in the following ways:
36
36
37
37
.. tip::
38
38
39
- To learn how to install the Django ODM and create a
39
+ To learn how to install {+django-odm+} and create a
40
40
Django project, visit the :ref:`django-get-started` tutorial.
41
41
42
42
.. _django-connection-configure-manual:
You can’t perform that action at this time.
0 commit comments