diff options
Diffstat (limited to 'tools/pharos-dashboard/notification/apps.py')
-rw-r--r-- | tools/pharos-dashboard/notification/apps.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/notification/apps.py b/tools/pharos-dashboard/notification/apps.py new file mode 100644 index 00000000..6039c7bd --- /dev/null +++ b/tools/pharos-dashboard/notification/apps.py @@ -0,0 +1,8 @@ +from django.apps import AppConfig + + +class NotificationConfig(AppConfig): + name = 'notification' + + def ready(self): + import notification.signals #noqa
\ No newline at end of file |