Extend members app: add user signals for automatic Member profile creation, tests for Member behavior, and updated authentication backends

This commit is contained in:
2026-01-04 22:53:00 +01:00
parent 18181113a9
commit 666ec88165
5 changed files with 56 additions and 4 deletions

View File

@@ -3,3 +3,7 @@ from django.apps import AppConfig
class MembersConfig(AppConfig):
name = "members"
def ready(self):
# noinspection PyUnusedImports
import members.signals