bistro/backend/app/consumers.py

4 lines
145 B
Python
Raw Normal View History

2024-12-16 16:35:12 +01:00
from channels.db import database_sync_to_async
from channels.generic.websocket import AsyncJsonWebsocketConsumer
from django.urls import reverse