From 6b2d3fb8074f6892729ab0398619e3fdbe99981e Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 21 Apr 2023 10:25:10 -0400 Subject: [PATCH] docs: downgrade settings ADR status to "Provisional" (#32113) The ideas here are good and in line with OEP-45, but we have not yet had a chance to implement them in edx-platform Furthermore, recent conversations have made us consider revisiting the "Don't use YAML files, just python modules" alternative described in the ADR. Particularly, Tutor has not been able to use pure YAML to configure edx-platform, and has fallen back on having separate .py settings files. This makes us think that we either need to expose more power through the YAML interface, or we need to re-embrace .py settings files. --- docs/decisions/0004-managing-django-settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0004-managing-django-settings.rst b/docs/decisions/0004-managing-django-settings.rst index 0c36dad3f5..97c15b6cf4 100644 --- a/docs/decisions/0004-managing-django-settings.rst +++ b/docs/decisions/0004-managing-django-settings.rst @@ -1,7 +1,7 @@ Status ====== -Accepted +Provisional Context