You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
519 B
Python
21 lines
519 B
Python
# Generated by Django 4.0.1 on 2025-02-25 06:34
|
|
|
|
from django.db import migrations
|
|
import utils
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
dependencies = [
|
|
('members', '0038_alter_invitationtogroup_date_alter_member_created_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='membertraining',
|
|
name='certificate',
|
|
field=utils.RestrictedFileField(blank=True, upload_to='training_forms', verbose_name='certificate of attendance'),
|
|
),
|
|
]
|