From 98d2d86b8cb15de7ffaf37bf039bb2950d1fc259 Mon Sep 17 00:00:00 2001 From: Alvaro Mariano Date: Fri, 19 May 2023 20:53:57 -0300 Subject: [PATCH] Fix #312 --- notifications/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/apps.py b/notifications/apps.py index 1480c3a..f3e9717 100644 --- a/notifications/apps.py +++ b/notifications/apps.py @@ -9,6 +9,6 @@ class Config(AppConfig): def ready(self): super(Config, self).ready() - # this is for backwards compability + # this is for backwards compatibility import notifications.signals notifications.notify = notifications.signals.notify