Adding carousel

This commit is contained in:
2024-09-15 04:36:27 +02:00
parent eee8f5310d
commit 16190d5f15
49 changed files with 1152 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
# Generated by Django 5.0.8 on 2024-09-14 15:57
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('services', '0003_blogpagerelatedlink'),
('wagtailimages', '0026_delete_uploadedimage'),
]
operations = [
migrations.RenameModel(
old_name='BlogPageRelatedLink',
new_name='ServicesPageCarousel',
),
]