From 0f3ebfdbbaa33e73eea1cdc413e0242b932a6ce5 Mon Sep 17 00:00:00 2001 From: Raul Ascencio Date: Wed, 16 Mar 2016 15:23:15 +0100 Subject: [PATCH] settings difference push --- dynamicweb/settings/prod.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index 3b385370..80a8d120 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -1,9 +1,10 @@ from .base import * -DEBUG = False +DEBUG = True ADMINS = ( ('Nico Schottelius', 'nico.schottelius@ungleich.ch'), + ('Raul Ascencio', 'raul.ascencio@yandex.com'), ) # ('Sanghee Kim', 'sanghee.kim@ungleich.ch'),