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

4 statements  

« prev     ^ index     » next       coverage.py v7.8.2, created at 2025-07-30 15:02 +0000

1from django.apps import AppConfig 

2 

3 

4class CommentsModerationConfig(AppConfig): 

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

6 name = "comments_moderation"