18 lines
410 B
Python
18 lines
410 B
Python
# Generated by Django 5.2.9 on 2026-01-09 07:51
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('image', '0003_postimages_user'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='postimages',
|
|
options={'ordering': ['created_at'], 'verbose_name': 'Resim', 'verbose_name_plural': 'Resimler'},
|
|
),
|
|
]
|