settings_local_sample.py
changeset 445 3b20276fe74d
parent 219 908a9cd85e48
child 447 49184f325653
equal deleted inserted replaced
444:9246b0057a75 445:3b20276fe74d
    50 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    50 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    51 # although not all choices may be available on all operating systems.
    51 # although not all choices may be available on all operating systems.
    52 # If running in a Windows environment this must be set to the same as your
    52 # If running in a Windows environment this must be set to the same as your
    53 # system time zone.
    53 # system time zone.
    54 DEFAULT_TIME_ZONE = "Europe/Paris"
    54 DEFAULT_TIME_ZONE = "Europe/Paris"
       
    55 
       
    56 # Do not use name/email of co-ment users but rather
       
    57 # those passed in the request.
       
    58 # Set this parameter to True when using co-ment from
       
    59 # a third-party CMS throuch co-ment API.
       
    60 DECORATED_CREATORS = False
       
    61 
       
    62 # Set to TRUE to use Abiword for convertion form and to legacy formats.
       
    63 # Set to False to use LibreOffice for convertion form and to legacy formats.
       
    64 USE_ABI = True