Skip to content

Commit 0468f24

Browse files
committed
(docs): add releases and commits since badges
- same ones I use in other projects of mine - good to link to GH releases page for those that might want it and bc I usually use it as a changelog
1 parent c33250c commit 0468f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# django-api-decorators
22

33
[![PyPI version](https://img.shields.io/pypi/v/django-api-decorators.svg)](https://pypi.org/project/django-api-decorators/)
4+
[![releases](https://img.shields.io/github/tag-pre/agilgur5/django-api-decorators.svg)](https://github.com/agilgur5/django-api-decorators/releases)
5+
[![commits](https://img.shields.io/github/commits-since/agilgur5/django-api-decorators/latest.svg)](https://github.com/agilgur5/django-api-decorators/commits/master)
46

57
Tiny decorator functions to make it easier to build an API using Django in ~100 LoC (shorter than this README!)
68

0 commit comments

Comments
 (0)