Add category to equipment model and improve serializers for equipments app

This commit is contained in:
Keannu Christian Bernasol 2023-12-02 20:58:55 +08:00
parent 0529152375
commit 4a6bd1ef35
8 changed files with 78 additions and 119 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.7 on 2023-11-13 09:43
# Generated by Django 4.2.7 on 2023-12-02 12:25
from django.conf import settings
from django.db import migrations, models
@ -13,7 +13,7 @@ class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('equipments', '0003_historicalequipment'),
('equipments', '0001_initial'),
]
operations = [