Block a user
backend sidebar for members management.
members app: add filtering with django-filter, MemberFilter class, and initial view setup. Update URLs, templates, and dependencies for integration.
members app: add user signals for automatic Member profile creation, tests for Member behavior, and updated authentication backends
members app: add fields to Member model, update migrations, and configure admin display
members app with models, migrations, permissions, and rules integration; updated dependencies and settings