diff odfcast/settings.py @ 48:3bff1a4bc80e

Remove debug setting to get a setting for productive usage
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 03 Nov 2014 11:49:43 +0100
parents 4a34f72f036b
children 6466501a963b
line wrap: on
line diff
--- a/odfcast/settings.py	Tue Oct 28 10:51:42 2014 +0100
+++ b/odfcast/settings.py	Mon Nov 03 11:49:43 2014 +0100
@@ -1,7 +1,5 @@
 # -*- coding: utf-8 -*-
 
-DEBUG = True
-
 MAX_CONTENT_LENGTH = 50 * 1024 * 1024  # allow 200 MB upload files
 
 PY3O_UNO_DRIVER = "py3o.renderers.pyuno"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)