17 lines
403 B
Python
17 lines
403 B
Python
|
# Generated by Django 5.0.1 on 2024-01-29 19:17
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
dependencies = [
|
||
|
("membershipworks", "0009_eventext_materials_fee_included_in_price"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name="eventext",
|
||
|
options={"ordering": ["-start"], "verbose_name": "event"},
|
||
|
),
|
||
|
]
|