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