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.
19 lines
423 B
Python
19 lines
423 B
Python
# Generated by Django 4.0.1 on 2024-11-24 19:08
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('members', '0025_alter_member_options'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='emergencycontact',
|
|
name='email',
|
|
field=models.EmailField(blank=True, default='', max_length=100),
|
|
),
|
|
]
|