================================== django-channels-more-than-present ================================== `django-channels-more-than-present` is a Django app which adds "rooms" and presence notification capability to a Django application using django-channels. If you’re building a chat room or other site that needs to keep track of “who is connected right now”, this might be useful to you. **Modern fork of `django-channels-presence` compatible with Django 3.2+ and Python 3.8+.** - Docs: https://django-channels-presence.readthedocs.org Quick install:: pip install django-channels-more-than-present