Files
shopback/contact/migrations/0003_alter_contact_message.py
Beyhan Oğur d9f1ea341e first commit
2026-04-26 22:27:56 +03:00

19 lines
388 B
Python

# Generated by Django 6.0 on 2026-01-15 12:43
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('contact', '0002_contact_user'),
]
operations = [
migrations.AlterField(
model_name='contact',
name='message',
field=models.TextField(verbose_name='Mesaj '),
),
]