Coverage for expo_notifications/apps.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v7.8.0, created at 2025-05-16 14:48 +0000

1from django.apps import AppConfig 

2 

3 

4class ExpoNotificationsConfig(AppConfig): 

5 default_auto_field = "django.db.models.BigAutoField" 

6 name = "expo_notifications" 

7 verbose_name = "Expo Notifications"