17 lines
338 B
Python
17 lines
338 B
Python
# Generated by Django 5.1.7 on 2025-11-16 09:39
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('app', '0248_remove_contract_application_remove_contract_content_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='Application',
|
|
),
|
|
]
|