event timeline
This commit is contained in:
commit
fc1a929428
53 changed files with 806 additions and 0 deletions
17
app/event/migrations/0004_alter_event_options.py
Normal file
17
app/event/migrations/0004_alter_event_options.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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',)},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue