changeset 86:6466501a963b

Activate debugging by default. The debugging is more or less a logging and essential when running odfcast in an operational environment.
author Frank Koormann <frank.koormann@intevation.de>
date Thu, 02 Apr 2015 15:58:40 +0200
parents c018570c1a2d
children 4f45ebecb057
files .hgtags odfcast/settings.py
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Thu Apr 02 15:45:55 2015 +0200
+++ b/.hgtags	Thu Apr 02 15:58:40 2015 +0200
@@ -1,2 +1,3 @@
 bd3e5fdd839808907987993e960e7f68810ec951 1.0
 9ad8421dafb43c2df9c11472b51d575c0553aa27 1.1
+c018570c1a2d300bededc7aea5a311bb822f4600 1.2
--- a/odfcast/settings.py	Thu Apr 02 15:45:55 2015 +0200
+++ b/odfcast/settings.py	Thu Apr 02 15:58:40 2015 +0200
@@ -5,3 +5,5 @@
 PY3O_UNO_DRIVER = "py3o.renderers.pyuno"
 PY3O_UNO_SERVER_HOSTNAME = "localhost"
 PY3O_UNO_SERVER_PORT = 2001
+
+DEBUG = True
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)