django-notifications/sample_website/sample_app/__init__.py
2023-06-26 23:58:05 +00:00

3 lines
135 B
Python

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