18 lines
643 B
Python
18 lines
643 B
Python
# Generated by Django 2.2.28 on 2024-05-06 00:00
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('pinaxcon_registrasion', '0018_auto_20230501_2052'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='attendeeprofile',
|
|
name='sfc_sustainer',
|
|
field=models.BooleanField(blank=True, default=False, help_text='Financial support from <a href="https://sfconservancy.org/sustainer/" target="_blank">Sustainers</a> helps Conservancy\'s work in a strategic, long-term way.', verbose_name='Are you an SFC Sustainer?'),
|
|
),
|
|
]
|