From 7ae6c66beb5356676e089307242ccec33f22f3c7 Mon Sep 17 00:00:00 2001 From: Basraah Date: Sat, 6 Jan 2018 12:08:53 +1000 Subject: [PATCH] Fix registration of services signals --- allianceauth/services/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/services/apps.py b/allianceauth/services/apps.py index d120c56b..5160ce48 100644 --- a/allianceauth/services/apps.py +++ b/allianceauth/services/apps.py @@ -6,4 +6,4 @@ class ServicesConfig(AppConfig): label = 'services' def ready(self): - pass \ No newline at end of file + from . import signals