mirror of
https://github.com/tanrax/django-channels-more-than-present
synced 2026-01-07 05:43:38 +01:00
14 lines
616 B
ReStructuredText
14 lines
616 B
ReStructuredText
==================================
|
||
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
|