django-notifications/notifications/tests/sample_notifications/__init__.py
2023-06-24 00:10:23 +00:00

3 lines
135 B
Python

default_app_config = ( # pylint: disable=invalid-name
"notifications.tests.sample_notifications.apps.SampleNotificationsConfig"
)