made better Course field names

parent e050c3a7
...@@ -19,6 +19,6 @@ class Assignment(models.Model): ...@@ -19,6 +19,6 @@ class Assignment(models.Model):
class Course(models.Model): class Course(models.Model):
course_code = models.CharField(max_length=10) code = models.CharField(max_length=10)
course_title = models.CharField(max_length=120) title = models.CharField(max_length=120)
section = models.CharField(max_length=3) section = models.CharField(max_length=3)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment