From 6c516d63b28b490387bb44c400fca1ae52af8ae9 Mon Sep 17 00:00:00 2001 From: Justin Hynes <jhynes@2u.com> Date: Thu, 13 Mar 2025 13:27:59 -0400 Subject: [PATCH] fix: fixup devstack.py settings file Updates example theming code that gets used in devstack provisioning. --- lms/envs/devstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/devstack.py b/lms/envs/devstack.py index d607073b9a29..dd777b7b4ad1 100644 --- a/lms/envs/devstack.py +++ b/lms/envs/devstack.py @@ -482,7 +482,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing # COMPREHENSIVE_THEME_DIRS = [ # "/edx/app/edxapp/edx-platform/themes/" # ] -# TEMPLATES[1]["DIRS"] = _make_mako_template_dirs +# TEMPLATES[1]["DIRS"] = Derived(_make_mako_template_dirs) # derive_settings(__name__) # Uncomment the lines below if you'd like to see SQL statements in your devstack LMS log.