Added equipment groups model and adjusted equipments postmigration script

This commit is contained in:
Keannu Christian Bernasol 2023-11-13 17:52:09 +08:00
parent 0ea1251507
commit 03a4e07f7f
10 changed files with 124 additions and 5 deletions

View file

@ -71,6 +71,7 @@ INSTALLED_APPS = [
'drf_spectacular_sidecar',
'accounts',
'equipments',
'equipment_groups',
]
MIDDLEWARE = [