diff --git a/bds/apps.py b/bds/apps.py index 31863bf0..5c0fa0fd 100644 --- a/bds/apps.py +++ b/bds/apps.py @@ -26,6 +26,4 @@ class BdsConfig(AppConfig): verbose_name = "Gestion des adhérent·e·s du BDS" def ready(self): - from . import signals # noqa - post_migrate.connect(bds_group_perms, sender=self)