Skip to content
Snippets Groups Projects
Commit 15df486f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend,accounts] Move signal registration from backend to accounts app where it should be

parent ce1bcc53
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -37,3 +37,4 @@ class AccountsConfig(AppConfig):
def ready(self):
registry.register(User)
from .signals import setup_user
......@@ -32,6 +32,3 @@ class BackendConfig(AppConfig):
name = 'beat.web.backend'
verbose_name = _('Backend')
def ready(self):
from .signals import setup_user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment