add support for featuring events

This commit is contained in:
2024-05-15 00:26:14 +02:00
parent 8409fc042c
commit 4555479fea
8 changed files with 195 additions and 7 deletions

View File

@ -0,0 +1,17 @@
# Generated by Django 5.0.6 on 2024-05-14 22:03
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('events', '0020_eventpromosettings_featuredeventsorderble'),
]
operations = [
migrations.RenameModel(
old_name='FeaturedEventsOrderble',
new_name='FeaturedEventsOrderable',
),
]