20 lines
485 B
Python
20 lines
485 B
Python
# Generated by Django 5.2.7 on 2025-10-10 10:56
|
|
|
|
import django_ckeditor_5.fields
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0004_alter_jobposting_description_jobpostingimage'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='jobposting',
|
|
name='description',
|
|
field=django_ckeditor_5.fields.CKEditor5Field(verbose_name='Description'),
|
|
),
|
|
]
|