From 832762e9177d4884f84a33b29a9142183ad449f8 Mon Sep 17 00:00:00 2001 From: David G Date: Fri, 21 Feb 2025 07:08:18 +0000 Subject: [PATCH] Update settings.py --- vulmatch/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vulmatch/settings.py b/vulmatch/settings.py index 21decc3..627d1b4 100644 --- a/vulmatch/settings.py +++ b/vulmatch/settings.py @@ -48,7 +48,7 @@ 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', - 'dogesec_commons.objects.app.ArangoObjectsViewApp', + 'dogesec_commons.objects', 'drf_spectacular', 'django.contrib.postgres', 'vulmatch.server',