File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
source/django-get-started Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Configure your MongoDB Connection
85
85
86
86
python3 manage.py runserver
87
87
88
- Then, visit http://127.0.0.1:8000/. You should see a "Congratulations!"
88
+ Then, visit http://127.0.0.1:8000/. This page displays a "Congratulations!"
89
89
message and an image of a rocket.
90
90
91
91
After completing these steps, you have a Django project configured
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Query MongoDB Data
16
16
17
17
.. step:: Query the users collection for a specified email
18
18
19
- From the same Python shell as the :ref:`django-get-started-create-app `
19
+ From the same Python shell as the :ref:`django-get-started-write `
20
20
step of this tutorial, run the following code to query the
21
21
``sample_mflix.users`` collection for a user whose email is
22
22
@@ -34,8 +34,8 @@ Query MongoDB Data
34
34
.. step:: Query the movies collection for runtime values
35
35
36
36
Run the following code to query the ``sample_mflix.movies``
37
- collection for movies that have a runtime value less than
38
- 10 :
37
+ collection for movies that have a `` runtime`` value less than
38
+ ``10`` :
39
39
40
40
.. code-block:: bash
41
41
You can’t perform that action at this time.
0 commit comments