Coverage for src/comments_moderation/apps.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.7.0, created at 2025-04-03 12:11 +0000

1from django.apps import AppConfig 

2 

3 

4class CommentsModerationConfig(AppConfig): 

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

6 name = "comments_moderation"