Merge pull request #239 from angvp/readme_improvements

Readme improvements
fix_request_path_info
Diederik van der Boor 2016-10-04 10:30:23 +02:00 committed by GitHub
commit a527fd5da6
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.png?branch=master .. image:: https://travis-ci.org/django-polymorphic/django-polymorphic.png?branch=master
:target: http://travis-ci.org/django-polymorphic/django-polymorphic :target: http://travis-ci.org/django-polymorphic/django-polymorphic
.. image:: https://img.shields.io/pypi/v/django-polymorphic-tree.svg .. image:: https://img.shields.io/pypi/v/django-polymorphic.svg
:target: https://pypi.python.org/pypi/django-polymorphic-tree/ :target: https://pypi.python.org/pypi/django-polymorphic/
.. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg .. image:: https://img.shields.io/codecov/c/github/django-polymorphic/django-polymorphic/master.svg
:target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master :target: https://codecov.io/github/django-polymorphic/django-polymorphic?branch=master
@ -63,6 +63,15 @@ That's what this library is designed for!
For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/>`_. For more information, see the `documentation at Read the Docs <https://django-polymorphic.readthedocs.io/>`_.
Installation
------------
Install using ``pip``\ ...
.. code:: bash
$ pip install django-polymorphic
License License
======= =======