mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
Fix #312
This commit is contained in:
parent
575bd8f70a
commit
6457d63620
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue