Adding FEATURES[‘ENABLE_EDXNOTES’] annotations

fix PEP8 W291 trailing whitespace

fix too long lines

adding specified django settings for edx-notes-api

change toggle_description

checking CI tests

Final corrections for ENABLE_EDXNOTES toggle
This commit is contained in:
Gonzalo
2021-01-27 19:23:55 -06:00
committed by jfavellar90
parent f6ef794e2a
commit fc3eee17c4
2 changed files with 12 additions and 3 deletions

View File

@@ -225,9 +225,7 @@ FEATURES = {
# Turn off Video Upload Pipeline through Studio, by default
'ENABLE_VIDEO_UPLOAD_PIPELINE': False,
# let students save and manage their annotations
# for consistency in user-experience, keep the value of this feature flag
# in sync with the one in lms/envs/common.py
# See annotations in lms/envs/common.py for details.
'ENABLE_EDXNOTES': False,
# Toggle to enable coordination with the Publisher tool (keep in sync with lms/envs/common.py)