feat: add user websocket channel (consumers+routing), drop USE_SQLITE branch
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.urls import re_path
|
||||
from . import consumers
|
||||
|
||||
websocket_urlpatterns = [
|
||||
re_path(r'ws/qr-status/(?P<token>[^/]+)/$', consumers.QRStatusConsumer.as_asgi()),
|
||||
]
|
||||
Reference in New Issue
Block a user