Se agregaron partidas y modelos

This commit is contained in:
2025-10-02 21:58:44 -06:00
parent 76909d0618
commit 466e12e623
30 changed files with 1090 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.3 on 2025-10-03 02:12
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('customs', '0012_partida'),
]
operations = [
migrations.AlterUniqueTogether(
name='partida',
unique_together={('pedimento', 'numero_partida')},
),
]