Mudanza de repo

This commit is contained in:
2025-09-22 18:43:29 -06:00
parent 26fe36ca52
commit d11d543bdc
193 changed files with 10998 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.2.3 on 2025-08-12 19:25
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('customs', '0004_pedimento_pedimento_app_alter_pedimento_pedimento'),
]
operations = [
migrations.RemoveField(
model_name='pedimento',
name='pedimento_app',
),
]