15 lines
289 B
Python
15 lines
289 B
Python
# Generated by Django 5.2.6 on 2025-12-02 10:08
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0002_alter_person_user'),
|
|
('recruitment', '0004_bulkinterviewtemplate_topic'),
|
|
]
|
|
|
|
operations = [
|
|
]
|