from django.urls import path from . import views urlpatterns = [ path('ws/chat/', views.ChatConsumer.as_asgi()), ]