PLAT-1786 | Add lms/cms analytics_exporter.py settings files.
This commit is contained in:
committed by
Alex Dusenbery
parent
80cf046dc4
commit
95b47369c4
6
cms/envs/analytics_exporter.py
Normal file
6
cms/envs/analytics_exporter.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
This is the settings file used during execution of the analytics-exporter job.
|
||||
"""
|
||||
from .aws import *
|
||||
|
||||
ENABLE_COMPREHENSIVE_THEMING = False
|
||||
6
lms/envs/analytics_exporter.py
Normal file
6
lms/envs/analytics_exporter.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
This is the settings file used during execution of the analytics-exporter job.
|
||||
"""
|
||||
from .aws import *
|
||||
|
||||
ENABLE_COMPREHENSIVE_THEMING = False
|
||||
Reference in New Issue
Block a user