From 3129a7bddb0dc4a8461c96802493c6e73d4e5136 Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Tue, 29 Oct 2019 08:17:49 +0100 Subject: [PATCH] Added pypi and travis badge Added pypi and travis badge --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 1133b59..d256e50 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,13 @@ Django User Agents ================== +.. image:: https://img.shields.io/pypi/v/django-user_agents.svg + :target: https://pypi.python.org/pypi/django-user_agents/ + +.. image:: https://travis-ci.org/selwin/django-user_agents.svg?branch=master + :target: https://travis-ci.org/selwin/django-user_agents + :alt: See Build Status on Travis CI + A django package that allows easy identification of visitor's browser, OS and device information, including whether the visitor uses a mobile phone, tablet or a touch capable device. Under the hood, it uses `user-agents `_.