first commit

This commit is contained in:
2025-10-11 03:50:49 -05:00
parent fcdef3ffe1
commit 9e9668172c
353 changed files with 47535 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.1.1 on 2025-01-19 18:50
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('events', '0012_alter_promo_long_text'),
]
operations = [
migrations.AlterUniqueTogether(
name='organization',
unique_together={('name', 'is_venue')},
),
]