Commit ad47b0e2 authored by Vaughn Fajardo's avatar Vaughn Fajardo

feat: added dept_name and home_unit to department model

parent d020aa97
......@@ -11,5 +11,7 @@ class WidgetUser(models.Model):
class Department(models.Model):
dept_name = models.CharField(max_length=50)
home_unit = models.CharField(max_length=50)
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