PacktPublishing / Django-3-by-Example

Django 3 by Example (3rd Edition) published by Packt
https://djangobyexample.com/
MIT License
715 stars 690 forks source link

Update rounting.py for Channels v3 #93

Closed Lacsw closed 2 years ago

Lacsw commented 3 years ago

add as_asgi() classmethod to re_path. This is similar to Django’s as_view(), which plays the same role for per-request Django view instances.

zenx commented 2 years ago

This has been updated in the new edition of the book, that uses Channels v3. https://github.com/PacktPublishing/Django-4-by-example/blob/main/Chapter16/educa/chat/routing.py