20 lines
504 B
Python
20 lines
504 B
Python
# Generated by Django 5.2.7 on 2025-10-10 11:10
|
|
|
|
import django_ckeditor_5.fields
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0005_alter_jobposting_description'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='jobposting',
|
|
name='qualifications',
|
|
field=django_ckeditor_5.fields.CKEditor5Field(blank=True, help_text='Required qualifications and skills'),
|
|
),
|
|
]
|