Exemplo n.º 1
0
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)
Exemplo n.º 2
0
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)