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