src/cm/cm_settings.py
changeset 360 bfaab8740995
parent 292 3442202aff1a
child 651 9bbc657f6837
equal deleted inserted replaced
359:0bab4ef95bfe 360:bfaab8740995
    30 # Store IP (or not) in activity 
    30 # Store IP (or not) in activity 
    31 STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True)
    31 STORE_ACTIVITY_IP = get_setting('STORE_ACTIVITY_IP', True)
    32 
    32 
    33 # Show 'decorated' users in comments (not structural creator id) 
    33 # Show 'decorated' users in comments (not structural creator id) 
    34 DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False)
    34 DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False)
       
    35 
       
    36 # Use AbiWord for conversions
       
    37 USE_ABI = get_setting('USE_ABI', False)