m_6002.py 230 Bytes
Newer Older
1 2 3 4 5

# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=W0401, W0614

6 7
from .courses import *

8
DATABASES = course_db_for('MITx/6.002x/2012_Fall')