File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Get Started with {+django-odm+}
15
15
:values: tutorial
16
16
17
17
.. meta::
18
- :description: Learn how to create an app to connect to a MongoDB deployment by using Django MongoDB.
18
+ :description: Learn how to create an app to connect to a MongoDB deployment by using Django MongoDB Backend .
19
19
:keywords: quick start, tutorial, basics
20
20
21
21
.. toctree::
Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ in your development environment.
61
61
62
62
.. code-block:: bash
63
63
64
- pip install git+https://github.com/mongodb-labs/ django-mongodb-backend
64
+ pip install django-mongodb-backend
65
65
66
66
This command also installs the following dependencies:
67
67
68
- - PyMongo version {+version-number+}
69
- - Django version {+django-version-number+}
68
+ - PyMongo version {+version-number+} and its dependencies
69
+ - Django version {+django-version-number+} and its dependencies
70
70
71
71
.. important::
72
72
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ MongoDB {+driver-short+} Documentation
13
13
.. toctree::
14
14
15
15
Get Started </get-started>
16
- Get Started with Django MongoDB </django-get-started>
16
+ Get Started with Django MongoDB Backend </django-get-started>
17
17
Connect </connect>
18
18
Databases & Collections </databases-collections>
19
19
Write Data </write-operations>
You can’t perform that action at this time.
0 commit comments