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