We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064ca62 commit c2111dcCopy full SHA for c2111dc
py_configuration_files/lms.py
@@ -483,7 +483,7 @@ def should_show_debug_toolbar(request): # lint-amnesty, pylint: disable=missing
483
# If you want to enable theming in devstack, uncomment this section and add any relevant
484
# theme directories to COMPREHENSIVE_THEME_DIRS
485
486
-# We have to import the private method here because production.py calls
+# We have to import the function here because production.py calls
487
# derive_settings('lms.envs.production') which runs make_mako_template_dirs with
488
# the settings from production, which doesn't include these theming settings. Thus,
489
# the templating engine is unable to find the themed templates because they don't exist
0 commit comments