feat(itam): Add device model

!10 closes #12
This commit is contained in:
2024-05-23 21:26:50 +09:30
parent ef463b845d
commit 99a559fe6d
20 changed files with 519 additions and 38 deletions

View File

@ -14,6 +14,7 @@ class DeviceForm(forms.ModelForm):
fields = [
'id',
'name',
'device_model',
'serial_number',
'uuid',
'device_type',