Skip to content

Commit 123a2d5

Browse files
committed
wording
1 parent e520bf4 commit 123a2d5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ Configure your MongoDB Connection
8888
Then, visit http://127.0.0.1:8000/. You should see a "Congratulations!"
8989
message and an image of a rocket.
9090

91+
After completing these steps, you have a Django project configured
92+
to access MongoDB data.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Create an Application
125125
path("admin/", admin.site.urls),
126126
]
127127

128-
.. step:: Create a template to format your views
128+
.. step:: Create templates to format your data
129129

130130
In your ``sample_mflix`` directory, create a subdirectory called
131131
``templates``. Then, create a file called ``recent_movies.html``

source/django-get-started/django-query-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _django-get-started-create-app:
1+
.. _django-get-started-query:
22

33
==================
44
Query MongoDB Data

source/django-get-started/django-write-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _django-get-started-create-app:
1+
.. _django-get-started-write:
22

33
=====================
44
Write Data to MongoDB

0 commit comments

Comments
 (0)