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'),