4 lines
145 B
Python
4 lines
145 B
Python
from channels.db import database_sync_to_async
|
|
from channels.generic.websocket import AsyncJsonWebsocketConsumer
|
|
from django.urls import reverse
|