Skip to content

Commit 2d3224f

Browse files
committed
template edit
1 parent 7bb56ea commit 2d3224f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ Configure your MongoDB Connection
7474
Atlas database user's username and password. Then, replace the
7575
``<connection string URI>`` placeholder with the connection string
7676
that you copied from the :ref:`django-get-started-connection-string`
77-
step of this guide.
77+
step of this guide. This configures your Django app to connect to
78+
your Atlas deployment and access the ``sample_mflix`` sample database.
7879

7980
.. step:: Start the server
8081

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Create an Application
171171
<title>Users List</title>
172172
</head>
173173
<body>
174-
<h1>Users List</h1>
174+
<h1>Alphabetical Users List</h1>
175175
<table>
176176
<thead>
177177
<tr>

0 commit comments

Comments
 (0)