From 134a54dbeba0bbae8151cb9b7a3eb5f12951a5ef Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Wed, 21 Dec 2022 01:43:51 +0100 Subject: [PATCH] Chore: Fix badge and add download badge (#52) --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6a3c022..4667cbc 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ A multiprocessing distributed task queue for Django --------------------------------------------------- -|image0| |image1| |docs| +|image0| |image1| |docs| |downloads| :: @@ -245,4 +245,6 @@ Acknowledgements .. |docs| image:: https://readthedocs.org/projects/docs/badge/?version=latest :alt: Documentation Status :scale: 100 - :target: https://django-q.readthedocs.org/ + :target: https://django-q2.readthedocs.org/ +.. |downloads| image:: https://img.shields.io/pypi/dm/django-q2 + :target: https://img.shields.io/pypi/dm/django-q2