mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 08:11:08 -05:00
add category views for each type of ride, add ride designers
This commit is contained in:
8
designers/urls.py
Normal file
8
designers/urls.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
app_name = 'designers'
|
||||
|
||||
urlpatterns = [
|
||||
path('<slug:slug>/', views.DesignerDetailView.as_view(), name='designer_detail'),
|
||||
]
|
||||
Reference in New Issue
Block a user