9 lines
228 B
Python
9 lines
228 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('HarvardX/CS50x/2012')
|