Add django-filters as a dependency and an app

This commit is contained in:
Zaki Benaissa 2024-01-05 15:58:02 +01:00
parent f136f150e4
commit 222ddab9cb
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ DJANGO_APPS = [
THIRD_PARTY_APPS = [
"crispy_forms",
"rest_framework",
"django_filters",
]
# Custom apps

View File

@ -15,6 +15,7 @@ django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-cri
crispy-bootstrap5==0.7 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-compressor==4.1 # https://github.com/django-compressor/django-compressor
django-redis==5.2.0 # https://github.com/jazzband/django-redis
django-filter==23.5 # https://github.com/carltongibson/django-filter
# Django REST Framework
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers