Skip to content

Commit 3d4aaaa

Browse files
committed
docs: update comment to reference ADR-0013
1 parent 04e3d5e commit 3d4aaaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/settings/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ def plugin_settings(settings):
5656
settings.CASBIN_LOG_LEVEL = "WARNING"
5757

5858
# Set default ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION if not already set.
59-
# This setting defines whether to enable automatic course migration.
59+
# This setting defines whether to enable automatic course migration. See ADR-0013 for more details.
6060
if not hasattr(settings, "ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION"):
6161
settings.ENABLE_AUTOMATIC_AUTHZ_COURSE_AUTHORING_MIGRATION = False

0 commit comments

Comments
 (0)