mirror of
https://github.com/jazzband/django-celery-monitor.git
synced 2026-03-16 22:00:24 +00:00
Add Jazzband badge and CoC link. Refs #135.
This commit is contained in:
parent
c055ee8d2c
commit
9fe14325e8
2 changed files with 10 additions and 2 deletions
5
CONTRIBUTING.rst
Normal file
5
CONTRIBUTING.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.. image:: https://jazzband.co/static/img/jazzband.svg
|
||||
:target: https://jazzband.co/
|
||||
:alt: Jazzband
|
||||
|
||||
This is a `Jazzband <https://jazzband.co>`_ project. By contributing you agree to abide by the `Contributor Code of Conduct <https://jazzband.co/about/conduct>`_ and follow the `guidelines <https://jazzband.co/about/guidelines>`_.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue