From 01e4bad29e0faf8f6099f011e81607c4302ef418 Mon Sep 17 00:00:00 2001 From: summer97souls Date: Mon, 15 Jun 2026 00:41:48 +0530 Subject: [PATCH] Changed import in django integration apps.py which was forgotten in previous commit --- sentinel-py/sentinel/integrations/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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