Remove signals import
This commit is contained in:
parent
198e456c22
commit
c6dfcea5e2
1 changed files with 0 additions and 2 deletions
|
@ -26,6 +26,4 @@ class BdsConfig(AppConfig):
|
||||||
verbose_name = "Gestion des adhérent·e·s du BDS"
|
verbose_name = "Gestion des adhérent·e·s du BDS"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
from . import signals # noqa
|
|
||||||
|
|
||||||
post_migrate.connect(bds_group_perms, sender=self)
|
post_migrate.connect(bds_group_perms, sender=self)
|
||||||
|
|
Loading…
Reference in a new issue