Skip to content

Commit 3674a91

Browse files
committed
update README
1 parent 1571682 commit 3674a91

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@
33
</h1>
44

55
<div align="center">
6-
6+
<a href="https://pypi.org/project/django-cbv-inspect/">
7+
<img src="https://img.shields.io/pypi/v/django-cbv-inspect?color=blue" alt="PyPI"/>
8+
</a>
79
<a href="https://github.com/sjbitcode/django-cbv-inspect/actions/workflows/test.yml">
810
<img src="https://github.com/sjbitcode/django-cbv-inspect/actions/workflows/test.yml/badge.svg?branch=master&event=push" alt="Test">
911
</a>
10-
<a href="https://codecov.io/gh/sjbitcode/django-cbv-inspect">
11-
<img src="https://codecov.io/gh/sjbitcode/django-cbv-inspect/branch/main/graph/badge.svg?token=wAjvQLGtpd" alt="codecov">
12-
</a>
12+
<a href="https://codecov.io/gh/sjbitcode/django-cbv-inspect" >
13+
<img src="https://codecov.io/gh/sjbitcode/django-cbv-inspect/branch/master/graph/badge.svg?token=wAjvQLGtpd"/>
14+
</a>
15+
<a href="https://pypi.org/project/django-cbv-inspect/">
16+
<img src="https://img.shields.io/pypi/pyversions/django-cbv-inspect" alt="python-versions">
17+
</a>
18+
<a href="https://pypi.org/project/django-cbv-inspect/">
19+
<img src="https://img.shields.io/pypi/frameworkversions/django/django-cbv-inspect.svg" alt="django-versions">
20+
</a>
1321
</div>
22+
1423
<br>
24+
1525
<div align="center">
1626
<p>A Django app to help inspect all class-based views within your Django project 🔎 ✨ </p>
1727
Inspired by django-debug-toolbar ❤️

0 commit comments

Comments
 (0)