Merge pull request #28036 from regisb/regisb/fix-milestones-docs

fix: Milestones app feature flag docs
This commit is contained in:
Feanil Patel
2021-08-30 11:18:48 -04:00
committed by GitHub

View File

@@ -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__)