9 lines
230 B
Python
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')
|