add wip event occurrences

This commit is contained in:
2024-05-11 05:18:11 +02:00
parent bb4a9f4eb2
commit bc9fbd5d84
17 changed files with 273 additions and 41 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-05-10 22:32
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('events', '0011_alter_eventoccurrence_end'),
]
operations = [
migrations.AlterModelOptions(
name='eventoccurrence',
options={'ordering': ['sort_order']},
),
]