Adding carousel
This commit is contained in:
@@ -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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user