add wip event occurrences
This commit is contained in:
@ -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']},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user