This commit is contained in:
Faheedkhan 2025-06-02 16:56:42 +03:00
parent cafb12818a
commit 12e5f291c6

View File

@ -281,6 +281,7 @@ urlpatterns = [
path(
"cars/<slug:slug>/add-color/", views.CarColorCreate.as_view(), name="add_color"
),
path('car/colors/<slug:slug>/update/', views.CarColorsUpdateView.as_view(), name='car_colors_update'),
path(
"cars/<slug:slug>/location/add/",
views.CarLocationCreateView.as_view(),