mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 08:51:09 -05:00
lol
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
from django.urls import path
|
||||
from . import views
|
||||
from rides.views import RideDetailView
|
||||
|
||||
app_name = 'parks'
|
||||
|
||||
@@ -8,5 +7,4 @@ urlpatterns = [
|
||||
path('', views.ParkListView.as_view(), name='park_list'),
|
||||
path('create/', views.ParkCreateView.as_view(), name='park_create'),
|
||||
path('<slug:slug>/', views.ParkDetailView.as_view(), name='park_detail'),
|
||||
path('<slug:park_slug>/<slug:ride_slug>/', RideDetailView.as_view(), name='ride_detail'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user