mirror of
https://github.com/lemeow125/EquipmentTracker-Backend.git
synced 2025-05-17 03:48:17 +08:00
Add category to equipment model and improve serializers for equipments app
This commit is contained in:
parent
0529152375
commit
4a6bd1ef35
8 changed files with 78 additions and 119 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue