mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-24 09:00:22 +00:00
3 lines
135 B
Python
3 lines
135 B
Python
default_app_config = ( # pylint: disable=invalid-name
|
|
"notifications.tests.sample_notifications.apps.SampleNotificationsConfig"
|
|
)
|