5 lines
128 B
Python
5 lines
128 B
Python
from .courses import *
|
|
|
|
DATABASES = course_db_for('MITx/6.002x/2012_Fall')
|
|
ASKBOT_URL = askbot_url_for("MITx/6.002x/2012_Fall")
|