django-notifications/notifications/tests/sample_notifications/apps.py

7 lines
204 B
Python
Raw Normal View History

2020-04-08 21:40:02 +00:00
from notifications.apps import Config as NotificationConfig
class SampleNotificationsConfig(NotificationConfig):
name = 'notifications.tests.sample_notifications'
label = 'sample_notifications'