18 lines
453 B
Python
18 lines
453 B
Python
# Generated by Django 4.1.1 on 2022-09-20 15:32
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('main', '0003_contracts_client_emploees_name_genitive_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='structures',
|
|
options={'ordering': [], 'verbose_name': 'Структуру', 'verbose_name_plural': 'Структуры'},
|
|
),
|
|
]
|