Skip to content

Commit be3b2ed

Browse files
committed
AC feedback
1 parent 6f46a1c commit be3b2ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

source/django-get-started.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Get Started with {+django-odm+}
1515
:values: tutorial
1616

1717
.. 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.
1919
:keywords: quick start, tutorial, basics
2020

2121
.. toctree::

source/django-get-started/django-install.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ in your development environment.
6161

6262
.. code-block:: bash
6363

64-
pip install git+https://github.com/mongodb-labs/django-mongodb-backend
64+
pip install django-mongodb-backend
6565

6666
This command also installs the following dependencies:
6767

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
7070

7171
.. important::
7272

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MongoDB {+driver-short+} Documentation
1313
.. toctree::
1414

1515
Get Started </get-started>
16-
Get Started with Django MongoDB </django-get-started>
16+
Get Started with Django MongoDB Backend </django-get-started>
1717
Connect </connect>
1818
Databases & Collections </databases-collections>
1919
Write Data </write-operations>

0 commit comments

Comments
 (0)