diff --git a/lms/envs/production.py b/lms/envs/production.py index 99742be2e324f43df7ce47f8c0f3082e2cb143d2..0cce47a12ec99e65fb47e446e655e841d3f2e902 100644 --- a/lms/envs/production.py +++ b/lms/envs/production.py @@ -1124,3 +1124,7 @@ plugin_settings.add_plugins(__name__, plugin_constants.ProjectType.LMS, plugin_c ########################## Derive Any Derived Settings ####################### derive_settings(__name__) + +######################### Overriding custom enrollment roles ############### + +MANUAL_ENROLLMENT_ROLE_CHOICES = ENV_TOKENS.get('MANUAL_ENROLLMENT_ROLE_CHOICES', MANUAL_ENROLLMENT_ROLE_CHOICES)