Added shields.io badges and a requirements section

This commit is contained in:
David Jean Louis 2015-07-07 18:16:00 +02:00
parent 9ff20a6310
commit c270172aca
1 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,14 @@ django-admin-tools
.. image:: https://travis-ci.org/django-admin-tools/django-admin-tools.svg?branch=master
:target: https://travis-ci.org/django-admin-tools/django-admin-tools
.. image:: https://img.shields.io/pypi/l/django-admin-tools.svg
.. image:: https://img.shields.io/pypi/pyversions/django-admin-tools.svg
.. image:: https://img.shields.io/badge/django-1.7%20or%20newer-green.svg
.. image:: https://img.shields.io/pypi/dm/django-admin-tools.svg
django-admin-tools is a collection of extensions/tools for the default django
administration interface, it includes:
@ -24,6 +32,14 @@ The project was created by `David Jean Louis <http://www.izimobil.org/>`_ and wa
Please join the `mailing list <http://groups.google.fr/group/django-admin-tools>`_ if you want to discuss of the future of django-admin-tools.
************
Requirements
************
django-admin-tools requires Python 2.7 or Python 3.3 or newer and Django 1.7 or newer.
For older python and django versions please use the 0.5.2 version of django-admin-tools which is available on Pypi.
************
Installation
************