File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ and delete functions on your model objects.
106106 .. step:: Render your new objects
107107
108108 To ensure that you inserted a ``Movie`` object into the database,
109- visit the http://127.0.0.1:8000/sample_mflix/ recent_movies/ URL.
109+ visit the http://127.0.0.1:8000/recent_movies/ URL.
110110 You can see a list of five movies in the ``sample_mflix.movies``
111111 database, with your new movie listed at the top.
112112
113113 Then, ensure that you inserted a ``Viewer`` object into the
114- database by visiting the http://127.0.0.1:8000/sample_mflix/ viewers_list/
114+ database by visiting the http://127.0.0.1:8000/viewers_list/
115115 URL. You can see a list of ten viewer names in the ``sample_mflix.users``
116116 database, with your new viewer listed at the top. Ensure that the
117117 viewer named "Alliser Thorne", deleted in a previous step, does not appear
You can’t perform that action at this time.
0 commit comments