Skip to content
Snippets Groups Projects
Unverified Commit ca6ef04b authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

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

fix: Milestones app feature flag docs
parents 9983ed98 6b170080
Branches
Tags
No related merge requests found
......@@ -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__)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment