From b9e5953c17f234b552378bfef45c34f432fb1848 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 13 Aug 2018 13:04:11 +0000
Subject: [PATCH] Story OSB-11: fixing settings configuration

---
 LCU/Maintenance/DBInterface/django_postgresql/settings.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/LCU/Maintenance/DBInterface/django_postgresql/settings.py b/LCU/Maintenance/DBInterface/django_postgresql/settings.py
index bf154014466..b481e8f78fc 100644
--- a/LCU/Maintenance/DBInterface/django_postgresql/settings.py
+++ b/LCU/Maintenance/DBInterface/django_postgresql/settings.py
@@ -106,12 +106,7 @@ LOGGING = {
         'serializers': {
             'handlers': ['console'],
             'level': 'DEBUG',
-        },
-        'django': {
-            'handlers': ['console'],
-            'level': 'DEBUG',
-        },
-
+        }
     },
 }
 
-- 
GitLab