first commit
This commit is contained in:
17
home/migrations/0014_alter_education_options.py
Normal file
17
home/migrations/0014_alter_education_options.py
Normal 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'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user