From 1e959509bcae55f3b695b9cec57deaf2071ee37c Mon Sep 17 00:00:00 2001 From: David Greenwood Date: Fri, 21 Feb 2025 08:08:45 +0100 Subject: [PATCH] Update settings.py (#118) --- 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',