From d2bced616145f11e5a514237ff167b39e62aabdb Mon Sep 17 00:00:00 2001 From: Pamella Bezerra Date: Thu, 16 May 2024 17:24:59 -0300 Subject: [PATCH] Add badges to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0a6bf50..0d0c042 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Django Celery Beat Status +![PyPI - Version](https://img.shields.io/pypi/v/django-celerybeat-status) +![Supported Python Versions](https://img.shields.io/pypi/pyversions/django-celerybeat-status.svg) +[![Build Status](https://github.com/vintasoftware/django-celerybeat-status/actions/workflows/check.yml/badge.svg)](https://github.com/vintasoftware/django-celerybeat-status/actions/workflows/check.yml) +[![Coverage Status](https://coveralls.io/repos/github/vintasoftware/django-celerybeat-status/badge.svg?branch=main)](https://coveralls.io/github/vintasoftware/django-celerybeat-status?branch=main) + A library that integrates with django admin and shows in a simple GUI when your periodic are going to run next. ## Instalation