initial
This commit is contained in:
19
home/migrations/0015_alter_projectsection_description.py
Normal file
19
home/migrations/0015_alter_projectsection_description.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 4.2.4 on 2023-09-19 17:05
|
||||
|
||||
import ckeditor.fields
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('home', '0014_servicesection_show_call_now_widget'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='projectsection',
|
||||
name='description',
|
||||
field=ckeditor.fields.RichTextField(),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user