src/cm/cm_settings.py
changeset 228 3a0f8b54a151
parent 44 c27132146767
child 282 b5deb8e32219
equal deleted inserted replaced
227:57492cd7e162 228:3a0f8b54a151
    22 # should every contributor be registered to notifications automatically
    22 # should every contributor be registered to notifications automatically
    23 AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False)
    23 AUTO_CONTRIB_REGISTER = get_setting('AUTO_CONTRIB_REGISTER', False)
    24 
    24 
    25 # show email in user list
    25 # show email in user list
    26 SHOW_EMAILS_IN_ADMIN = get_setting('SHOW_EMAILS_IN_ADMIN', True)
    26 SHOW_EMAILS_IN_ADMIN = get_setting('SHOW_EMAILS_IN_ADMIN', True)
       
    27 
       
    28 TRACKING_HTML = get_setting('TRACKING_HTML', '')