'ErrMsg':_('There is already a course defined with the same organization, course number, and course run. Please change at least one field to be unique.'),
'ErrMsg':_('There is already a course defined with the same organization, course number, and course run. Please change at least one field to be unique.'),
'OrgErrMsg':_('Either of organization or course number must be unique.'),
'CourseErrMsg':_('Either of organization or course number must be unique.'),
returnJsonResponse({'ErrMsg':_('There is already a course defined with the same organization and course number. Please change at least one field to be unique.')})
returnJsonResponse(
{
'ErrMsg':_('There is already a course defined with the same organization and course number. Please change at least one field to be unique.'),
'OrgErrMsg':_('Either of organization or course number must be unique.'),
'CourseErrMsg':_('Either of organization or course number must be unique.'),
}
)
# instantiate the CourseDescriptor and then persist it
# instantiate the CourseDescriptor and then persist it