django-notifications/notifications/tests/sample_notifications/apps.py
2020-05-07 10:49:47 -05:00

6 lines
204 B
Python

from notifications.apps import Config as NotificationConfig
class SampleNotificationsConfig(NotificationConfig):
name = 'notifications.tests.sample_notifications'
label = 'sample_notifications'