Skip to content

Commit c0c53b1

Browse files
committed
fix intro text
1 parent a993adf commit c0c53b1

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

source/django-get-started/django-connect-mongodb.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Configure your MongoDB Connection
1111
.. meta::
1212
:keywords: app, odm, code example
1313

14+
After installing {+django-odm+} and creating a MongoDB Atlas deployment,
15+
you can create a Django project that connects to MongoDB.
16+
1417
.. procedure::
1518
:style: connected
1619

17-
After installing {+django-odm+} and creating a MongoDB Atlas deployment,
18-
you can create a Django project that connects to MongoDB.
19-
2020
.. step:: Create a Django project
2121

2222
From your shell, run the following command to create a

source/django-get-started/django-create-app.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ Create an Application
1111
.. meta::
1212
:keywords: app, odm, code example
1313

14-
.. procedure::
15-
:style: connected
14+
In your ``quickstart`` project, you can create an application
15+
that interacts with the Atlas sample database called ``sample_mflix``.
16+
This database contains a ``movies`` collection, which stores
17+
information about movies. The database also contains a ``users``
18+
collection, which stores information about movie viewers who use
19+
a streaming service.
1620

17-
In your ``quickstart`` project, you can create an application
18-
that interacts with the Atlas sample database called ``sample_mflix``.
19-
This database contains a ``movies`` collection, which stores
20-
information about movies. The database also contains a ``users``
21-
collection, which stores information about movie viewers who use
22-
a streaming service.
21+
To learn more about the ``sample_mflix`` database, see :atlas:`Sample Mflix Dataset
22+
</sample-data/sample-mflix/>` in the Atlas documentation.
2323

24-
To learn more about the ``sample_mflix`` database, see :atlas:`Sample Mflix Dataset
25-
</sample-data/sample-mflix/>` in the Atlas documentation.
24+
.. procedure::
25+
:style: connected
2626

2727
.. step:: Create a "sample_mflix" app
2828

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Download and Install
1111
.. meta::
1212
:keywords: setup, odm, code example
1313

14+
Complete the following steps to install {+django-odm+} and its dependencies
15+
in your development environment.
16+
1417
.. procedure::
1518
:style: connected
1619

0 commit comments

Comments
 (0)