From 0282eaadf1db24601000c1a09e482b64c139148f Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Fri, 15 May 2015 17:21:10 -0700 Subject: [PATCH] did stuff to models; I forget --- flashcards/models.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- 1.9.1