first commit
This commit is contained in:
18
contact/migrations/0003_alter_contact_message.py
Normal file
18
contact/migrations/0003_alter_contact_message.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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 '),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user