Skip to content

Commit

Permalink
Fix #312
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLQueiroz committed May 20, 2023
1 parent fa8353e commit 98d2d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98d2d86

Please sign in to comment.