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.
106
106
.. step:: Render your new objects
107
107
108
108
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.
110
110
You can see a list of five movies in the ``sample_mflix.movies``
111
111
database, with your new movie listed at the top.
112
112
113
113
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/
115
115
URL. You can see a list of ten viewer names in the ``sample_mflix.users``
116
116
database, with your new viewer listed at the top. Ensure that the
117
117
viewer named "Alliser Thorne", deleted in a previous step, does not appear
You can’t perform that action at this time.
0 commit comments