Logo
Explore Help
Register Sign In
discoman/python-tdd
1
0
Fork 0
You've already forked python-tdd
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
c9defa5a81dc6333ec2f392a8598faeff45c9d04
python-tdd/src/apps/epic/routing.py

9 lines
157 B
Python
Raw Normal View History

daphne added to dependencies; still reliant on uvicorn, as the former is now used solely as a channels testing req'ment; new consumer model in apps.epic.consumers to handle _gatekeeper partial functionality, permitting access to room once token costs met; new .routing urlpattern to accomodate; new tests.integrated.test_consumer IT cases ensure this functionality
2026-03-16 18:44:06 -04:00
from django.urls import path
from . import consumers
websocket_urlpatterns = [
path('ws/room/<slug:room_slug>/', consumers.RoomConsumer.as_asgi()),
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 60ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API