Adding datasnaxx
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 6.0.1 on 2026-04-05 20:38
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('events', '0050_official_bluesky_official_email_official_instagram_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='event',
|
||||
name='calendar',
|
||||
field=models.ManyToManyField(blank=True, related_name='events', to='events.calendar'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='promo',
|
||||
name='calendar',
|
||||
field=models.ManyToManyField(blank=True, to='events.calendar'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user