added what maso said

parent 39c1a5cc
......@@ -12,3 +12,6 @@ class WidgetUser(models.Model):
id_num = models.CharField(max_length=7, default = "")
email = models.CharField(max_length=100, default = "")
department = models.ForeignKey(Department, on_delete = models.CASCADE, null=True)
def __str__(self):
return self.first_name
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