20 lines
517 B
Python
20 lines
517 B
Python
# Generated by Django 5.2.7 on 2025-12-10 13:04
|
|
|
|
import secured_fields.fields
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('recruitment', '0002_alter_customuser_first_name_alter_customuser_phone_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='person',
|
|
name='national_id',
|
|
field=secured_fields.fields.EncryptedCharField(help_text='Enter the national id or iqama number'),
|
|
),
|
|
]
|