Files
edx-platform/lms/envs/devgroups/m_6002.py

9 lines
230 B
Python

# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=W0401, W0614
from .courses import *
DATABASES = course_db_for('MITx/6.002x/2012_Fall')