Commit 74b9a0d1 by Alex Dusenbery

One-off branch to make analytics-exporter run good.

parent 801a948d
......@@ -534,4 +534,8 @@ MIDDLEWARE_CLASSES.extend(ENV_TOKENS.get('EXTRA_MIDDLEWARE_CLASSES', []))
########################## Derive Any Derived Settings #######################
# In a janky, hotfix branch, never to merge, disable comprehensive theming for
# the analytics exporter. See PLAT-1786
ENABLE_COMPREHENSIVE_THEMING = False
derive_settings(__name__)
......@@ -1072,4 +1072,8 @@ MIDDLEWARE_CLASSES.extend(ENV_TOKENS.get('EXTRA_MIDDLEWARE_CLASSES', []))
########################## Derive Any Derived Settings #######################
# In a janky, hotfix branch, never to merge, disable comprehensive theming for
# the analytics exporter. See PLAT-1786
ENABLE_COMPREHENSIVE_THEMING = False
derive_settings(__name__)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment