add: add order api
This commit is contained in:
17
core/apps/common/migrations/0003_alter_service_options.py
Normal file
17
core/apps/common/migrations/0003_alter_service_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2 on 2025-08-26 14:00
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('common', '0002_rename_siteconfir_siteconfig'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='service',
|
||||
options={'verbose_name': 'Xizmatlar', 'verbose_name_plural': 'Xizmatlarimiz'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user