Coverage for backend/django/core/auxiliary/apps.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.10.7, created at 2026-05-13 02:47 +0000

1from django.apps import AppConfig 

2 

3 

4class AuxiliaryConfig(AppConfig): 

5 name = 'core.auxiliary' 

6 label = 'core_auxiliary' 

7 

8 def ready(self) -> None: 

9 import core.auxiliary.signals # noqa: F401