Added all required functionality for equipments and equipment handling

This commit is contained in:
Keannu Christian Bernasol 2023-11-12 21:45:39 +08:00
parent 2d0e602ba1
commit 7609152767
17 changed files with 485 additions and 3 deletions

View file

@ -14,6 +14,7 @@ drf-spectacular = {version = "*", extras = ["sidecar"]}
django-extra-fields = "*"
pillow = "*"
psycopg2 = "*"
django-simple-history = "*"
[dev-packages]