17 lines
323 B
Python
17 lines
323 B
Python
|
|
# Generated by Django 5.0.12 on 2025-03-15 15:51
|
||
|
|
|
||
|
|
from django.db import migrations
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
("diarios", "0004_remove_diariooficial_finalizado_and_more"),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.DeleteModel(
|
||
|
|
name="PDFDocument",
|
||
|
|
),
|
||
|
|
]
|