diff --git a/common/djangoapps/util/milestones_helpers.py b/common/djangoapps/util/milestones_helpers.py index 12cfd5b947ff37010c800f557990e5f45fd66816..bfd628764844c30db050897484b6445132c66f63 100644 --- a/common/djangoapps/util/milestones_helpers.py +++ b/common/djangoapps/util/milestones_helpers.py @@ -23,11 +23,12 @@ NAMESPACE_CHOICES = { REQUEST_CACHE_NAME = "milestones" # TODO this should be moved to edx/edx-milestones -# .. toggle_name: FEATURES['ENABLE_MILESTONES_APP'] +# .. toggle_name: FEATURES['MILESTONES_APP'] # .. toggle_implementation: SettingDictToggle # .. toggle_default: False # .. toggle_description: Enable the milestones application, which manages significant Course and/or Student events in -# the Open edX platform. (see https://github.com/edx/edx-milestones) +# the Open edX platform. (see https://github.com/edx/edx-milestones) Note that this feature is required to enable +# course pre-requisites. # .. toggle_use_cases: open_edx # .. toggle_creation_date: 2014-11-21 ENABLE_MILESTONES_APP = SettingDictToggle("FEATURES", "MILESTONES_APP", default=False, module_name=__name__)