CKEditor Migration Successfully Completed

This commit is contained in:
Maximilian 2025-06-07 20:10:08 +02:00
parent 78fadaa1da
commit b860590127
11 changed files with 148 additions and 56 deletions

View file

@ -1,6 +1,6 @@
# Generated by Django 4.2.6 on 2023-10-22 09:59
import ckeditor.fields
import django_ckeditor_5.fields
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
@ -22,7 +22,7 @@ class Migration(migrations.Migration):
fields=[
('id', models.BigAutoField(primary_key=True, serialize=False)),
('name', models.CharField(max_length=256, unique=True, verbose_name='Bezeichnung')),
('description', ckeditor.fields.RichTextField(verbose_name='Erläuterungen')),
('description', django_ckeditor_5.fields.CKEditor5Field(verbose_name='Erläuterungen')),
],
options={
'verbose_name': 'Vogel',