Extend members app: add filtering with django-filter, MemberFilter class, and initial view setup. Update URLs, templates, and dependencies for integration.

This commit is contained in:
2026-01-04 23:24:53 +01:00
parent e67ef526f4
commit 40ddab4627
14 changed files with 94 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"django>=6.0",
"django-constance>=4.3.4",
"django-extensions>=4.1",
"django-filter>=25.2",
"django-phonenumber-field[phonenumbers]>=8.4.0",
"django-tailwind[cookiecutter,honcho]>=4.4.2",
"psycopg2-binary>=2.9.11",