first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:22:29 +03:00
commit ec28a2024d
208 changed files with 23836 additions and 0 deletions

View 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'},
),
]