File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed
source/django-get-started Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ Configure your MongoDB Connection
11
11
.. meta::
12
12
:keywords: app, odm, code example
13
13
14
+ After installing {+django-odm+} and creating a MongoDB Atlas deployment,
15
+ you can create a Django project that connects to MongoDB.
16
+
14
17
.. procedure::
15
18
:style: connected
16
19
17
- After installing {+django-odm+} and creating a MongoDB Atlas deployment,
18
- you can create a Django project that connects to MongoDB.
19
-
20
20
.. step:: Create a Django project
21
21
22
22
From your shell, run the following command to create a
Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ Create an Application
11
11
.. meta::
12
12
:keywords: app, odm, code example
13
13
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.
16
20
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.
23
23
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
26
26
27
27
.. step:: Create a "sample_mflix" app
28
28
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ Download and Install
11
11
.. meta::
12
12
:keywords: setup, odm, code example
13
13
14
+ Complete the following steps to install {+django-odm+} and its dependencies
15
+ in your development environment.
16
+
14
17
.. procedure::
15
18
:style: connected
16
19
You can’t perform that action at this time.
0 commit comments