Installing django-filter
------------------------

Install with pip:

.. code-block:: bash

        pip install django-filter

And then add ``'django_filters'`` to your ``INSTALLED_APPS``.
