コード例 #1
0
ファイル: models.py プロジェクト: jonathansadler/edx-platform
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)
コード例 #2
0
 def has_started(self):
     """
     Returns whether the the course has started.
     """
     return course_metadata_utils.has_course_started(self.start)