okay fine

This commit is contained in:
pacnpal
2024-11-03 17:47:26 +00:00
parent 01c6004a79
commit 27eb239e97
10020 changed files with 1935769 additions and 2364 deletions

View File

@@ -1,7 +1,7 @@
from django.urls import path
from . import views
app_name = 'rides'
app_name = 'rides' # Add namespace
urlpatterns = [
path('', views.RideListView.as_view(), name='ride_list'),