import yangilandi

This commit is contained in:
Husanjonazamov
2026-03-27 20:32:39 +05:00
parent d80b57f6d3
commit 1ee818e625
4 changed files with 55 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.2.7 on 2026-03-27 15:29
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('api', '0003_categorymodel_type'),
]
operations = [
migrations.AddField(
model_name='subcategorymodel',
name='image',
field=models.ImageField(blank=True, null=True, upload_to='subcategories/', verbose_name='image'),
),
]