19 lines
415 B
Python
19 lines
415 B
Python
# 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',
|
|
),
|
|
]
|