From 640a1842c7aa5abc14abd5bf744592355f804adb Mon Sep 17 00:00:00 2001 From: Tomasz Jakub Rup Date: Sat, 6 May 2017 17:50:18 +0200 Subject: [PATCH] add badges --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 89fd871..c0e9662 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ django-auth-role ================ +.. image:: https://codeclimate.com/github/tomi77/django-auth-role/badges/gpa.svg + :target: https://codeclimate.com/github/tomi77/django-auth-role + :alt: Code Climate +.. image:: https://travis-ci.org/tomi77/django-auth-role.svg?branch=master + :target: https://travis-ci.org/tomi77/django-auth-role +.. image:: https://coveralls.io/repos/github/tomi77/django-auth-role/badge.svg?branch=master + :target: https://coveralls.io/github/tomi77/django-auth-role?branch=master + Add roles to django-auth Installation