Add gunicorn and migrations for bom_manager
All checks were successful
Auto-Deploy-prodman / deploy (push) Successful in 20s

This commit is contained in:
2026-02-14 23:57:49 +03:00
parent 41b009160e
commit de0a6fea54
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 6.0.2 on 2026-02-14 20:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bom_manager', '0006_baseoperation_coating_lasercutsheet_lasercuttube_and_more'),
]
operations = [
migrations.AlterModelOptions(
name='baseoperation',
options={'ordering': ['order'], 'verbose_name': 'Технологическая операция', 'verbose_name_plural': 'Технологический маршрут'},
),
]

Binary file not shown.