18 lines
401 B
Python
18 lines
401 B
Python
# Generated by Django 5.2.6 on 2025-10-19 13:43
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0030_alter_candidate_options'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterModelOptions(
|
|
name='candidate',
|
|
options={'verbose_name': 'Candidate', 'verbose_name_plural': 'Candidates'},
|
|
),
|
|
]
|