mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-30 09:54:42 +00:00
7 lines
204 B
Python
7 lines
204 B
Python
|
|
from notifications.apps import Config as NotificationConfig
|
||
|
|
|
||
|
|
|
||
|
|
class SampleNotificationsConfig(NotificationConfig):
|
||
|
|
name = 'notifications.tests.sample_notifications'
|
||
|
|
label = 'sample_notifications'
|