From 95b47369c40caacad576296d1e23d11f1c8bf4dd Mon Sep 17 00:00:00 2001 From: Alex Dusenbery Date: Wed, 8 Nov 2017 15:22:57 -0500 Subject: [PATCH] PLAT-1786 | Add lms/cms analytics_exporter.py settings files. --- cms/envs/analytics_exporter.py | 6 ++++++ lms/envs/analytics_exporter.py | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 cms/envs/analytics_exporter.py create mode 100644 lms/envs/analytics_exporter.py 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