Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/devstack_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Make sure that you enable the following code in ./edx-platform/lms/envs/devstack
"/edx/app/edxapp/edx-platform/themes/",
"/edx/app/edx-themes/edx-platform/",
]
TEMPLATES[1]["DIRS"] = _make_mako_template_dirs
TEMPLATES[1]["DIRS"] = Derived(_make_mako_template_dirs)
derive_settings(__name__)

Enabling a theme
Expand Down
2 changes: 1 addition & 1 deletion py_configuration_files/lms.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,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.
Expand Down
Loading