From 6457d636205f75fea9d35b0ebc40a24088f13f19 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 71f11a8..7fe9299 100644 --- a/notifications/apps.py +++ b/notifications/apps.py @@ -11,6 +11,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