File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
source/django-get-started Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ Configure your MongoDB Connection
74
74
Atlas database user's username and password. Then, replace the
75
75
``<connection string URI>`` placeholder with the connection string
76
76
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.
78
79
79
80
.. step:: Start the server
80
81
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Create an Application
171
171
<title>Users List</title>
172
172
</head>
173
173
<body>
174
- <h1>Users List</h1>
174
+ <h1>Alphabetical Users List</h1>
175
175
<table>
176
176
<thead>
177
177
<tr>
You can’t perform that action at this time.
0 commit comments