Extend members app: add user signals for automatic Member profile creation, tests for Member behavior, and updated authentication backends
This commit is contained in:
@@ -3,3 +3,7 @@ from django.apps import AppConfig
|
||||
|
||||
class MembersConfig(AppConfig):
|
||||
name = "members"
|
||||
|
||||
def ready(self):
|
||||
# noinspection PyUnusedImports
|
||||
import members.signals
|
||||
|
||||
Reference in New Issue
Block a user