bistro/backend/app/consumers.py
2024-12-16 16:35:12 +01:00

4 lines
145 B
Python

from channels.db import database_sync_to_async
from channels.generic.websocket import AsyncJsonWebsocketConsumer
from django.urls import reverse