Первоначальный залив проекта
This commit is contained in:
17
retraining/main/migrations/0004_alter_structures_options.py
Normal file
17
retraining/main/migrations/0004_alter_structures_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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': 'Структуры'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user