Update tailwind to v3, various wangling
This commit is contained in:
@@ -4,5 +4,6 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('list/', views.VehicleList.as_view(), name='vehicle_list'),
|
||||
path('<int:pk>/', views.VehicleDetail.as_view(), name='vehicle_detail')
|
||||
path('<int:pk>/', views.VehicleDetail.as_view(), name='vehicle_detail'),
|
||||
path('create/', views.VehicleCreate.as_view(), name='vehicle_create'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user