From 95825c5a2a3ea835b813a18312828b63d89dacdd Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sun, 31 Mar 2019 17:39:32 +0200
Subject: [PATCH] Deactivate error emails from root (change ADMINS setting to
 empty)

---
 SciPost_v1/settings/production.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py
index 5d43f6d1e..b95b18854 100644
--- a/SciPost_v1/settings/production.py
+++ b/SciPost_v1/settings/production.py
@@ -21,7 +21,8 @@ WEBPACK_LOADER['DEFAULT']['CACHE'] = True
 WEBPACK_LOADER['DEFAULT']['BUNDLE_DIR_NAME'] = '/home/scipost/webapps/scipost_static/bundles/'
 
 # Error reporting
-ADMINS = MANAGERS = (('J.S.Caux', 'J.S.Caux@uva.nl'), ('J.de Wit', 'jorrandewit@outlook.com'))
+ADMINS = []
+MANAGERS = (('J.S.Caux', 'J.S.Caux@uva.nl'), ('J.de Wit', 'jorrandewit@outlook.com'))
 
 # Cookies
 SESSION_COOKIE_SECURE = True
-- 
GitLab