Add gunicorn and migrations for bom_manager
All checks were successful
Auto-Deploy-prodman / deploy (push) Successful in 20s
All checks were successful
Auto-Deploy-prodman / deploy (push) Successful in 20s
This commit is contained in:
17
bom_manager/migrations/0007_alter_baseoperation_options.py
Normal file
17
bom_manager/migrations/0007_alter_baseoperation_options.py
Normal 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': 'Технологический маршрут'},
|
||||||
|
),
|
||||||
|
]
|
||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
Reference in New Issue
Block a user