settings_local_sample.py
changeset 561 6da1a12084a9
parent 560 b7c7da996d7a
child 651 9bbc657f6837
equal deleted inserted replaced
560:b7c7da996d7a 561:6da1a12084a9
    76 DECORATED_CREATORS = False
    76 DECORATED_CREATORS = False
    77 
    77 
    78 # Set to TRUE to use Abiword for convertion from and to legacy formats.
    78 # Set to TRUE to use Abiword for convertion from and to legacy formats.
    79 # Set to False to use LibreOffice for convertion from and to legacy formats.
    79 # Set to False to use LibreOffice for convertion from and to legacy formats.
    80 USE_ABI = True
    80 USE_ABI = True
       
    81 
       
    82 # Set to True if you don't want to appear in Sopinspace Piwik statistics
       
    83 DISABLE_TRACKING = DEBUG
       
    84