From 9fe14325e87d3deb6a98871191d7333a8cb84803 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Nov 2020 18:16:31 +0100 Subject: [PATCH] Add Jazzband badge and CoC link. Refs #135. --- CONTRIBUTING.rst | 5 +++++ README.rst | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..fc3af32 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,5 @@ +.. image:: https://jazzband.co/static/img/jazzband.svg + :target: https://jazzband.co/ + :alt: Jazzband + +This is a `Jazzband `_ project. By contributing you agree to abide by the `Contributor Code of Conduct `_ and follow the `guidelines `_. diff --git a/README.rst b/README.rst index a54d8a1..775b6fc 100644 --- a/README.rst +++ b/README.rst @@ -4,11 +4,11 @@ Celery Monitoring for Django :Version: 1.1.2 :Web: https://django-celery-monitor.readthedocs.io/ -:Download: https://pypi.python.org/pypi/django_celery_monitor +:Download: https://pypi.org/project/django_celery_monitor/ :Source: https://github.com/jazzband/django-celery-monitor :Keywords: django, celery, events, monitoring -|build-status| |coverage| |license| |wheel| |pyversion| |pyimp| +|jazzband| |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| About ===== @@ -124,6 +124,9 @@ In your Celery configuration simply set them to override the defaults, e.g.:: monitor_task_success_expires = timedelta(days=7) +.. |jazzband| image:: https://jazzband.co/static/img/badge.svg + :target: https://jazzband.co/ + :alt: Jazzband .. |build-status| image:: https://github.com/jazzband/django-celery-monitor/workflows/Test/badge.svg :target: https://github.com/jazzband/django-celery-monitor/actions