Add 3 records to Department and update missing WidgetUser fields in homepage

parent 44107859
...@@ -19,4 +19,4 @@ class WidgetUser(models.Model): ...@@ -19,4 +19,4 @@ class WidgetUser(models.Model):
department = models.ForeignKey(Department, on_delete=models.CASCADE, null=True) department = models.ForeignKey(Department, on_delete=models.CASCADE, null=True)
def __str__(self): def __str__(self):
return self.id_num return self.email
\ No newline at end of file \ No newline at end of file
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