diff --git a/sentinel-py/sentinel/integrations/apps.py b/sentinel-py/sentinel/integrations/apps.py index a6547d2..dd1fa20 100644 --- a/sentinel-py/sentinel/integrations/apps.py +++ b/sentinel-py/sentinel/integrations/apps.py @@ -2,4 +2,4 @@ class SentinelConfig(AppConfig): default_auto_field = "django.db.models.BigAutoField" - name = "sentinel" \ No newline at end of file + name = "sentinel.integrations" \ No newline at end of file