src/cm/cm_settings.py
changeset 292 3442202aff1a
parent 282 b5deb8e32219
child 360 bfaab8740995
equal deleted inserted replaced
291:7aec57e4738f 292:3442202aff1a
    27 
    27 
    28 TRACKING_HTML = get_setting('TRACKING_HTML', '')
    28 TRACKING_HTML = get_setting('TRACKING_HTML', '')
    29 
    29 
    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 
       
    33 # Show 'decorated' users in comments (not structural creator id) 
       
    34 DECORATED_CREATORS = get_setting('DECORATED_CREATORS', False)