add color field and in stuck model
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.1.2 on 2025-02-01 15:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='homeimagemodel',
|
||||
options={'verbose_name': 'مدل عکس تفاوت خانه', 'verbose_name_plural': 'مدل عکس تفاوت خانه'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user