mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
First draft of rolling stock page
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from django.urls import path
|
||||
|
||||
from portal.views import GetHome
|
||||
from portal.views import GetHome, GetRollingStock
|
||||
|
||||
urlpatterns = [
|
||||
path("<int:page>", GetHome.as_view(), name='index_pagination'),
|
||||
path("<uuid:uuid>", GetRollingStock.as_view(), name='rollig_stock'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user