settings_local_sample.py
changeset 445 3b20276fe74d
parent 219 908a9cd85e48
child 447 49184f325653
--- a/settings_local_sample.py	Thu May 24 15:59:12 2012 +0200
+++ b/settings_local_sample.py	Tue Jun 05 09:24:33 2012 +0200
@@ -52,3 +52,13 @@
 # If running in a Windows environment this must be set to the same as your
 # system time zone.
 DEFAULT_TIME_ZONE = "Europe/Paris"
+
+# Do not use name/email of co-ment users but rather
+# those passed in the request.
+# Set this parameter to True when using co-ment from
+# a third-party CMS throuch co-ment API.
+DECORATED_CREATORS = False
+
+# Set to TRUE to use Abiword for convertion form and to legacy formats.
+# Set to False to use LibreOffice for convertion form and to legacy formats.
+USE_ABI = True