lots of updates :/

This commit is contained in:
2025-11-30 15:34:08 -05:00
parent 61e198ff55
commit e06a5d49f8
84 changed files with 6614 additions and 2297 deletions

View File

@@ -0,0 +1,22 @@
# Generated by Django 5.1.1 on 2025-11-15 07:36
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('events', '0037_remove_promo_calendar_promo_calendar'),
]
operations = [
migrations.RemoveField(
model_name='event',
name='calendar',
),
migrations.AddField(
model_name='event',
name='calendar',
field=models.ManyToManyField(blank=True, null=True, to='events.calendar'),
),
]