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