Skip to content

Commit 37508c2

Browse files
MartinCastroAlvarezmartin-castro-laminr-aiclaude
authored
docs(readme): add live PyPI version badge + family-consistent badge row (#680)
The README led with only a static "Latest on Django Packages" badge that rendered as a broken-looking `PyPI | django-admin-react-tags`. Replace it with the same badge row the sibling repos use: live PyPI version (`pypi/v`), Python versions (`pypi/pyversions`), Django versions, MIT license, and the Django Packages link (with the single-dash → `--` shields escaping fixed). All five URLs curl-probed 200. Co-authored-by: Martin Castro Laminrs <mcastro@laminr.ai> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2e44b8a commit 37508c2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# django-admin-react
22

3-
[![Latest on Django Packages](https://img.shields.io/badge/PyPI-django--admin--react--tags-8c3c26.svg)](https://djangopackages.org/packages/p/django-admin-react/)
3+
[![PyPI version](https://img.shields.io/pypi/v/django-admin-react.svg)](https://pypi.org/project/django-admin-react/)
4+
[![Python versions](https://img.shields.io/pypi/pyversions/django-admin-react.svg)](https://pypi.org/project/django-admin-react/)
5+
[![Django versions](https://img.shields.io/badge/Django-5.0%20%7C%205.1%20%7C%205.2%20%7C%206.0-44b78b.svg)](https://www.djangoproject.com/)
6+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
7+
[![Latest on Django Packages](https://img.shields.io/badge/Django%20Packages-django--admin--react-8c3c26.svg)](https://djangopackages.org/packages/p/django-admin-react/)
48

59
A drop-in **React single-page admin** for any Django 5+ project. Same
610
`pip install`, same `INSTALLED_APPS`, same `urls.py include()` — and

0 commit comments

Comments
 (0)