From e837ce19b9ddcd05a7d1095839b084f70576f6a8 Mon Sep 17 00:00:00 2001 From: Ben Lopatin Date: Wed, 6 Jan 2016 14:40:23 -0500 Subject: [PATCH] Update PyPI badges --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 409bacca..3acde44c 100644 --- a/README.rst +++ b/README.rst @@ -10,13 +10,13 @@ django-organizations :alt: Build Status :target: http://travis-ci.org/bennylope/django-organizations -.. image:: https://pypip.in/v/django-organizations/badge.svg - :alt: Current PyPI release - :target: https://crate.io/packages/django-organizations +.. image:: https://img.shields.io/pypi/v/django-organizations.svg + :alt: PyPI relesae + :target: https://pypi.python.org/pypi/django-organizations -.. image:: https://pypip.in/d/django-organizations/badge.svg - :alt: Download count - :target: https://crate.io/packages/django-organizations +.. image:: https://img.shields.io/pypi/dw/django-organizations.svg + :alt: PyPI downloads: + :target: https://pypi.python.org/pypi/django-organizations Separate individual user identity from accounts and subscriptions. Django Organizations adds user-managed, multi-user groups to your Django project. Use