summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/notification/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'pharos-dashboard/notification/apps.py')
-rw-r--r--pharos-dashboard/notification/apps.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pharos-dashboard/notification/apps.py b/pharos-dashboard/notification/apps.py
new file mode 100644
index 0000000..6039c7b
--- /dev/null
+++ b/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