diff --git a/README.md b/README.md index 08ec0e6..ce81d0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # django-channels-presence-4.0 +[![Documentation Status](https://readthedocs.org/projects/django-channels-presence-40/badge/?version=latest)](https://django-channels-presence-40.readthedocs.io/en/latest/?badge=latest) +[![PyPI version](https://badge.fury.io/py/django-channels-presence-4.0.svg)](https://pypi.org/project/django-channels-presence-4.0/) +[![Deploy](https://github.com/pzandre/django-channels-presence/actions/workflows/publish.yml/badge.svg)](https://github.com/pzandre/django-channels-presence/actions/) + +[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/) +[![Django 4.2](https://img.shields.io/badge/django-4.2-green.svg)](https://docs.djangoproject.com/en/4.2/) +[![Django Channels 4.0](https://img.shields.io/badge/channels-4.0-silver.svg)](https://channels.readthedocs.io/en/latest/) + A reusable Django app for implementing "presence" and "rooms" using `django-channels `.