Skip to content
Snippets Groups Projects
Commit 6df98f3e authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Revert commit regarding signal reveivers

This reverts commit f71bca73.
parent 827b717a
Branches
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ class SSOAuthConfig(AppConfig):
else:
logger.warning(msg)
# default groups
post_migrate.connect(self.post_migrate_callback, sender=type(self))
post_migrate.connect(self.post_migrate_callback, sender=self)
@staticmethod
def post_migrate_callback(*args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment