mitmedialab / django-channels-presence

"Rooms" and "Presence" for django-channels
MIT License
79 stars 38 forks source link

Support latest channels #15

Closed Uncensored-Developer closed 4 years ago

Uncensored-Developer commented 5 years ago

This PR adds support for channels 2. Django Channels now supports groups right out of the box. No need to import Group as the model has been removed

yourcelf commented 4 years ago

Thanks for the contribution. I'm closing this in favor of just-merged #16, which supports Django Channels 2.4 and updates documentation.