Audit log changes #70

Merged
ismail merged 31 commits from frontend into main 2025-06-12 17:20:18 +03:00
Showing only changes of commit 12e5f291c6 - Show all commits

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(),