update urls mainly, fix domain.com/rides to work still needs done, filtering

This commit is contained in:
pacnpal
2024-10-30 08:50:42 -04:00
parent 298e2a80cb
commit 19cfdf8ca6
17 changed files with 195 additions and 133 deletions

View File

@@ -14,7 +14,6 @@ urlpatterns = [
# Parks URLs
path('parks/', include('parks.urls', namespace='parks')),
path('rides/', include('rides.urls', namespace='rides')),
# Other URLs
path('reviews/', include('reviews.urls')),