Delete unneeded Django Settings files

This commit is contained in:
Nimisha Asthagiri
2018-01-05 14:35:03 -05:00
parent 33467b9d3f
commit 57f09e987f
5 changed files with 0 additions and 74 deletions

View File

@@ -8,7 +8,6 @@ so that we can run the lettuce acceptance tests.
# pylint: disable=wildcard-import, unused-wildcard-import
from .test import *
from lms.envs.sauce import *
# You need to start the server in debug mode,
# otherwise the browser will not render the pages correctly

View File

@@ -1,6 +0,0 @@
"""
This is the settings file used during execution of the analytics-exporter job.
"""
from .aws import *
ENABLE_COMPREHENSIVE_THEMING = False