django_filters install

C++
$ pip install django-filter
INSTALLED_APPS = [
    ...
    'django_filters',
]

Source

Also in C++: