ProductDetailModel debug and ticket migrations push
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.2 on 2025-04-21 23:30
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ticket', '0022_alter_contactusmodel_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='contactusmodel',
|
||||
name='is_reviewed',
|
||||
field=models.BooleanField(default=False, verbose_name='بررسی شده'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='contactusmodel',
|
||||
name='phone',
|
||||
field=models.CharField(max_length=30, verbose_name='شماره تماس'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user