mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:51:09 -05:00
good stuff
This commit is contained in:
@@ -5,5 +5,6 @@ app_name = 'rides'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.RideListView.as_view(), name='ride_list'),
|
||||
path('create/', views.RideCreateView.as_view(), name='ride_create'),
|
||||
path('<slug:park_slug>/<slug:ride_slug>/', views.RideDetailView.as_view(), name='ride_detail'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user