Coverage for apis_core/apis_relations/apps.py: 100%
6 statements
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
« prev ^ index » next coverage.py v7.6.4, created at 2024-11-22 07:51 +0000
1from django.apps import AppConfig
4class RelationsConfig(AppConfig):
5 default_auto_field = "django.db.models.AutoField"
6 name = "apis_core.apis_relations"
8 def ready(self):
9 from . import signals # noqa: F401