From c669379a2e05340ef57c3ba488037ce8fff1ec6d Mon Sep 17 00:00:00 2001 From: David Barnes <barnesdavidj@gmail.com> Date: Tue, 19 Jul 2022 16:36:15 -0400 Subject: [PATCH] Add badges to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 461ac04..5b69cdd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ Django Dump & Die ============================ +[](https://django-dump-die.readthedocs.io/en/latest/?badge=latest) +[](https://img.shields.io/pypi/v/django-dump-die?color=blue) +[](https://img.shields.io/badge/python-%3E%3D3.7-brightgreen) +[](https://img.shields.io/badge/django-%3E%3D3-brightgreen) +[](https://img.shields.io/github/license/DJBarnes/django-dump-die) + Django-Dump-Die is a [Django](https://www.djangoproject.com/) app that provides a couple of debug tools, in the form of built-in methods `dump` and `dd`. These allow sending details about a variable to the -- GitLab