Skip to content

Commit

Permalink
Solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Stekloduv committed Oct 29, 2024
1 parent 3072600 commit 10cf51f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cinema/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
from rest_framework.routers import DefaultRouter
from .views import (
CinemaHallViewSet,
MovieViewSet, ActorList, GenreList, ActorDetail
MovieViewSet,
ActorList,
GenreList,
ActorDetail
)

app_name = "cinema"
Expand Down

0 comments on commit 10cf51f

Please sign in to comment.