Доработали апдейт пунктов заданий
All checks were successful
Deploy MES Core / deploy (push) Successful in 9s

This commit is contained in:
2026-03-30 00:18:00 +03:00
parent ff0b791a24
commit 78d4a1a04f
7 changed files with 226 additions and 39 deletions

View File

@@ -0,0 +1,19 @@
# Generated by Django 6.0.3 on 2026-03-29 21:15
import django.utils.timezone
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('shiftflow', '0007_machine_machine_type'),
]
operations = [
migrations.AlterField(
model_name='item',
name='date',
field=models.DateField(default=django.utils.timezone.localdate, verbose_name='Дата смены'),
),
]