From 0b1f15bc326d0822d5d69fe08be1c8c3c6d83a23 Mon Sep 17 00:00:00 2001 From: Rebecca Graber Date: Wed, 1 Mar 2023 08:53:05 -0500 Subject: [PATCH] docs: move oep-49 to best practices and add history --- .../oep-0049-django-app-patterns.rst | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) rename oeps/{architectural-decisions => best-practices}/oep-0049-django-app-patterns.rst (98%) diff --git a/oeps/architectural-decisions/oep-0049-django-app-patterns.rst b/oeps/best-practices/oep-0049-django-app-patterns.rst similarity index 98% rename from oeps/architectural-decisions/oep-0049-django-app-patterns.rst rename to oeps/best-practices/oep-0049-django-app-patterns.rst index 93f60b9af..e0be4434e 100644 --- a/oeps/architectural-decisions/oep-0049-django-app-patterns.rst +++ b/oeps/best-practices/oep-0049-django-app-patterns.rst @@ -17,7 +17,7 @@ OEP-49: Django App Patterns * - Status - Accepted * - Type - - Architecture + - Best Practice * - Created - 2021-01-29 * - Review Period @@ -271,3 +271,21 @@ Consequences ************ At this time, there is no plan to enforce any of these guidelines. The vast majority of current Open edX code doesn't yet meet these guidelines, and there will always be exceptions to the rule. The hope is that as developers write new code or refactor existing code, they follow these patterns as best they can. We also hope that code reviewers will ensure these guidelines are followed in the code they approve. + +Change History +************** + +2023-03-01 +========== + +* Changed type from "Architecture" to "Best Practice" + +2021-04-23 +========== + +* Accepted + +2021-04-12 +========== + +* Initial publication