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.
This commit is contained in:
Kyle McCormick
2023-04-21 10:25:10 -04:00
committed by GitHub
parent a633cef8f5
commit 6b2d3fb807

View File

@@ -1,7 +1,7 @@
Status
======
Accepted
Provisional
Context