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

4 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-03-20 15:55 +0000

1from django.apps import AppConfig 

2 

3 

4class CommentsModerationConfig(AppConfig): 

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

6 name = "comments_moderation"