We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e3d5e commit 3d4aaaaCopy full SHA for 3d4aaaa
1 file changed
openedx_authz/settings/common.py
@@ -56,6 +56,6 @@ def plugin_settings(settings):
56
settings.CASBIN_LOG_LEVEL = "WARNING"
57
58
# Set default ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION if not already set.
59
- # This setting defines whether to enable automatic course migration.
+ # This setting defines whether to enable automatic course migration. See ADR-0013 for more details.
60
if not hasattr(settings, "ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION"):
61
settings.ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION = False
0 commit comments