support chat v3
This commit is contained in:
SDE
2023-08-16 18:02:39 +03:00
parent 60bfa0fadb
commit 4a8d2ad8c8
3 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,7 @@ TEMPLATES = [
# WSGI_APPLICATION = 'TWB.wsgi.application'
ASGI_APPLICATION = 'TWB.asgi.application'
WS_PORT = 8000
WS_ADDRESS = 'localhost:8000'
CHANNEL_LAYERS = {
'default': {