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.
20 lines
488 B
Python
20 lines
488 B
Python
# Generated by Django 4.0.1 on 2025-02-24 22:23
|
|
|
|
from django.db import migrations
|
|
import utils
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('members', '0039_membertraining_certificate'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='membertraining',
|
|
name='certificate',
|
|
field=utils.RestrictedFileField(blank=True, upload_to='training_forms', verbose_name='certificate of attendance'),
|
|
),
|
|
]
|