[damned-lies/oscp-testing] Enable debug, set myself as admin to receive debug emails



commit d1c13406c14fe9be5bf6920601834a7166b35715
Author: Andrea Veri <averi redhat com>
Date:   Fri Nov 6 13:52:17 2020 +0100

    Enable debug, set myself as admin to receive debug emails

 local_settings.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/local_settings.py b/local_settings.py
index 99ad5602..7d4d6558 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -1,10 +1,11 @@
 import os
 
-DEBUG = False
+DEBUG = True
 STATIC_SERVE = False
 USE_DJANGO_OPENID = False
 
 ADMINS = (
+    ('Andrea Veri', 'av gnome org'),
     #('Claude Paroz', 'claude 2xlibre net'),
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]