change order apis

This commit is contained in:
behruz-dev
2025-08-04 10:13:14 +05:00
parent dda492da42
commit 1831ceae80
9 changed files with 51 additions and 106 deletions

View File

@@ -0,0 +1,16 @@
# Generated by Django 5.2.4 on 2025-08-04 10:04
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('orders', '0002_order_employee_order_status'),
]
operations = [
migrations.DeleteModel(
name='OrderApplication',
),
]