mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-05-16 19:39:06 +08:00
added a option on course
This commit is contained in:
parent
4a9c81fd34
commit
2d75066884
7 changed files with 15 additions and 14 deletions
Binary file not shown.
Binary file not shown.
|
@ -22,6 +22,7 @@ class CustomUser(AbstractUser):
|
|||
('BS Food Technology', 'BS Food Technology'),
|
||||
('BS Applied Physics', 'BS Applied Physics'),
|
||||
('BS Environmental Science', 'BS Environmental Science'),
|
||||
('Not Applicable', 'Not Applicable'),
|
||||
)
|
||||
|
||||
course = models.CharField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue