mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-09 13:54:44 +00:00
Fix #312
This commit is contained in:
parent
86dc3e4c7b
commit
939658f6e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue