pub async fn get_nondeleted_course_id_by_slug(
    conn: &mut PgConnection,
    slug: &str
) -> ModelResult<CourseContextData>