Coverage for apis_core/apis_relations/apps.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.6.1, created at 2024-09-16 07:42 +0000

1from django.apps import AppConfig 

2 

3 

4class RelationsConfig(AppConfig): 

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

6 name = "apis_core.apis_relations" 

7 

8 def ready(self): 

9 from . import signals # noqa: F401