From 85deb3f2a7fa1c511f132bc68c34b33e8f08d0e3 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 1 Oct 2020 10:25:30 -0400 Subject: [PATCH] Add a README.rst for sys_path_hacks --- sys_path_hacks/README.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys_path_hacks/README.rst diff --git a/sys_path_hacks/README.rst b/sys_path_hacks/README.rst new file mode 100644 index 0000000000..afecb9652d --- /dev/null +++ b/sys_path_hacks/README.rst @@ -0,0 +1,5 @@ +This is a transitional folder as we move away from modifying ``sys.path`` in django config. + +See `the ADR`_ for more details. + +.. _the ADR: https://github.com/edx/edx-platform/blob/master/docs/decisions/0007-sys-path-modification-removal.rst