diff --git a/services/backend/apps/user/apps.py b/services/backend/apps/user/apps.py index 5674400..5a1c14f 100644 --- a/services/backend/apps/user/apps.py +++ b/services/backend/apps/user/apps.py @@ -7,4 +7,4 @@ class UsersConfig(AppConfig): verbose_name = "контестанты" def ready(self): - pass + import apps.user.signals