Coverage for src / comments_moderation / apps.py: 100%
4 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-07-07 12:08 +0000
« prev ^ index » next coverage.py v7.13.2, created at 2026-07-07 12:08 +0000
1from django.apps import AppConfig
4class CommentsModerationConfig(AppConfig):
5 default_auto_field = "django.db.models.BigAutoField"
6 name = "comments_moderation"