Installation

Requirements

  • Python: 3.6, 3.7, 3.8, 3.9

  • Django: 2.2, 3.0, 3.1

  • Django-filter: 2.3+

Installation

Install using pip:

pip install django-property-filter

Then add ‘django_property_filter’ to your INSTALLED_APPS.

INSTALLED_APPS = [
    ...
    'django_property_filter',
]