Coverage for ai_integration/apps.py: 100%

7 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-07-05 02:45 +0800

1from django.apps import AppConfig 

2 

3 

4class AiIntegrationConfig(AppConfig): 

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

6 name = 'ai_integration' 

7 verbose_name = 'AI Integration' 

8 

9 def ready(self): 

10 import ai_integration.signals