18 lines
347 B
Python
18 lines
347 B
Python
|
# Generated by Django 3.2.9 on 2021-11-12 15:07
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('event', '0003_auto_20211112_1503'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='event',
|
||
|
options={'ordering': ('position',)},
|
||
|
),
|
||
|
]
|