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,19 @@
# Generated by Django 5.2.3 on 2025-07-31 16:20
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('vucem', '0006_vucem_cer_vucem_key'),
]
operations = [
migrations.AddField(
model_name='vucem',
name='efirma',
field=models.CharField(default='', help_text='E-Firma de VUCEM', max_length=100),
preserve_default=False,
),
]