diff --git a/cms/envs/analytics_exporter.py b/cms/envs/analytics_exporter.py new file mode 100644 index 0000000000..35becab3d9 --- /dev/null +++ b/cms/envs/analytics_exporter.py @@ -0,0 +1,6 @@ +""" +This is the settings file used during execution of the analytics-exporter job. +""" +from .aws import * + +ENABLE_COMPREHENSIVE_THEMING = False diff --git a/lms/envs/analytics_exporter.py b/lms/envs/analytics_exporter.py new file mode 100644 index 0000000000..35becab3d9 --- /dev/null +++ b/lms/envs/analytics_exporter.py @@ -0,0 +1,6 @@ +""" +This is the settings file used during execution of the analytics-exporter job. +""" +from .aws import * + +ENABLE_COMPREHENSIVE_THEMING = False