diff --git a/flashcards/models.py b/flashcards/models.py index a371f02..c945b7d 100644 --- a/flashcards/models.py +++ b/flashcards/models.py @@ -209,6 +209,8 @@ class Section(Model): self.department_abbreviation, self.course_num, self.course_title, self.instructor, self.quarter) + + class LecturePeriod(Model): """ A lecture period for a section