experimental mail transport
This commit is contained in:
parent
e43d4837c3
commit
d52575aa42
12 changed files with 271 additions and 85 deletions
|
@ -3,6 +3,5 @@ from django.urls import path
|
|||
from .consumers import NotifyConsumer
|
||||
|
||||
websocket_urlpatterns = [
|
||||
path('ws/notify/', NotifyConsumer.as_asgi()),
|
||||
path('ws/2/notify/', NotifyConsumer.as_asgi()),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue