first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:20:45 +03:00
commit d50f14bcb1
681 changed files with 65020 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 6.0 on 2026-01-13 13:36
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('home', '0013_alter_experience_options_alter_knowledge_options_and_more'),
]
operations = [
migrations.AlterModelOptions(
name='education',
options={'ordering': ['created_at'], 'verbose_name': 'Education ', 'verbose_name_plural': 'Education'},
),
]