add wip event occurrences
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-05-10 21:54
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('events', '0009_alter_eventoccurrence_options_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='eventoccurrence',
|
||||
options={'verbose_name': 'Forekomst', 'verbose_name_plural': 'Forekomster'},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user