commit
a527fd5da6
13
README.rst
13
README.rst
|
|
@ -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
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue