django-notifications/sample_website/sample_app/__init__.py

4 lines
135 B
Python
Raw Normal View History

2023-06-24 00:10:23 +00:00
default_app_config = ( # pylint: disable=invalid-name
"notifications.tests.sample_notifications.apps.SampleNotificationsConfig"
)