squashed migrations
parent
2ac5d05e1b
commit
96c39e19c7
@ -1,19 +0,0 @@
|
|||||||
# 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'),
|
|
||||||
),
|
|
||||||
]
|
|
||||||
Loading…
Reference in New Issue