from django.urls import path from . import views urlpatterns = [ path('product/', views.ProductChatView.as_view(), name='product-chat-view'), ]