Remove signals import

This commit is contained in:
Ludovic Stephan 2020-08-28 17:45:55 +02:00
parent 198e456c22
commit c6dfcea5e2

View file

@ -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)