summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/notification/apps.py
blob: 6039c7bd1cf962a680a1d9a67f38e16d1ab658e4 (plain)
1
2
3
4
5
6
7
8
from django.apps import AppConfig


class NotificationConfig(AppConfig):
    name = 'notification'

    def ready(self):
        import notification.signals #noqa