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,18 @@
# Generated by Django 4.1.7 on 2023-03-23 03:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('events', '0004_alter_event_options_event_show_day_and_more'),
]
operations = [
migrations.AddField(
model_name='event',
name='img_link',
field=models.CharField(blank=True, max_length=256, null=True),
),
]