Skip to content

Commit 634657f

Browse files
committed
fix urls
1 parent 272fe34 commit 634657f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/get-started/write-data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)