From 2e02000a63d049df038459e9df8b2017e3f88dd0 Mon Sep 17 00:00:00 2001 From: Yaroslav Rybalka <60896665+markus2812@users.noreply.github.com> Date: Fri, 3 Nov 2023 13:24:20 +0200 Subject: [PATCH] Solution --- cinema/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinema/urls.py b/cinema/urls.py index ad19faa25..e0bf9988d 100644 --- a/cinema/urls.py +++ b/cinema/urls.py @@ -35,7 +35,7 @@ path("actors/", ActorList.as_view(), name="actor-list"), path("genres/", GenreList.as_view(), name="genre-list"), path("genres//", GenreDetail.as_view(), name="genre-detail"), -] + router.urls +] + router.urls app_name = "cinema"