move featured events from settings to home page

This commit is contained in:
2024-05-15 01:05:10 +02:00
parent c1e26b39ed
commit 469b4bd1e9
11 changed files with 197 additions and 108 deletions

View File

@ -0,0 +1,16 @@
# Generated by Django 5.0.6 on 2024-05-14 22:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('events', '0024_featuredeventsorderable'),
]
operations = [
migrations.DeleteModel(
name='FeaturedEventsOrderable',
),
]