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