Change to content to Orderable

This commit is contained in:
2024-09-16 20:16:16 +02:00
parent a70db94b2b
commit d1fe5bb187
37 changed files with 718 additions and 371 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 5.0.8 on 2024-09-16 12:52
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('services', '0009_remove_servicespage_section_five_img_and_more'),
]
operations = [
migrations.RemoveField(
model_name='servicespagesubsection',
name='sub_section_title',
),
]