mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:11:08 -05:00
Add advanced search and trending parks features; update frontend dependencies and enhance home page layout
This commit is contained in:
@@ -6,6 +6,7 @@ app_name = "rides"
|
||||
urlpatterns = [
|
||||
# Global list views
|
||||
path("", views.RideListView.as_view(), name="global_ride_list"),
|
||||
path("new/", views.NewRidesView.as_view(), name="new"),
|
||||
# Global category views
|
||||
path(
|
||||
"roller-coasters/",
|
||||
|
||||
Reference in New Issue
Block a user