18 lines
454 B
Python
18 lines
454 B
Python
# 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'},
|
|
),
|
|
]
|