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

Install with pip:

        pip install django-filter

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