0_0_1
This commit is contained in:
7
Hentai_manga_model/urls.py
Normal file
7
Hentai_manga_model/urls.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.urls import path
|
||||
from .views import show_manga, show_manga_page
|
||||
|
||||
urlpatterns = [
|
||||
path('manga/<int:manga_id>/', show_manga, name='show_manga'),
|
||||
path('manga/<int:manga_id>/page/<int:page_number>/', show_manga_page, name='show_manga_page'), # новый маршрут
|
||||
]
|
||||
Reference in New Issue
Block a user