Skip to content

Commit 2fadc37

Browse files
committed
Add Python and Django supported versions badges to README.rst
1 parent 4034cb3 commit 2fadc37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Django Debug Toolbar
1414
:target: https://codecov.io/gh/jazzband/django-debug-toolbar
1515
:alt: Test coverage status
1616

17+
.. image:: https://img.shields.io/pypi/pyversions/django-debug-toolbar
18+
:target: https://pypi.python.org/pypi/django-debug-toolbar
19+
:alt: Supported Python versions
20+
21+
.. image:: https://img.shields.io/pypi/djversions/django-debug-toolbar
22+
:target: https://pypi.org/project/django-debug-toolbar
23+
:alt: Supported Django versions
24+
1725
The Django Debug Toolbar is a configurable set of panels that display various
1826
debug information about the current request/response and when clicked, display
1927
more details about the panel's content.

0 commit comments

Comments
 (0)