add media backend
This commit is contained in:
parent
696717d138
commit
f257da3567
13 changed files with 133 additions and 2 deletions
17
app/event/migrations/0007_alter_event_options.py
Normal file
17
app/event/migrations/0007_alter_event_options.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 4.0.4 on 2022-04-22 17:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('event', '0006_event_media_caption'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='event',
|
||||
options={'ordering': ('position', 'date')},
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue