src/cm/cm_settings.py
changeset 44 c27132146767
parent 0 40c8f766c9b8
child 228 3a0f8b54a151
equal deleted inserted replaced
43:c13c0e78b0ca 44:c27132146767
    19 # option to bypass all security checks 
    19 # option to bypass all security checks 
    20 NO_SECURITY = get_setting('NO_SECURITY', False)
    20 NO_SECURITY = get_setting('NO_SECURITY', False)
    21 
    21 
    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 
       
    25 # show email in user list
       
    26 SHOW_EMAILS_IN_ADMIN = get_setting('SHOW_EMAILS_IN_ADMIN', True)