Install pip install django-adminfilters After installation add it to INSTALLED_APPS INSTALLED_APPS = ( ... 'adminfilters', )