Skip to content

Commit

Permalink
fix: remove unused ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Nov 28, 2024
1 parent decba47 commit 31277c2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Django>=3.2.19,<5

git+https://github.com/UniversitaDellaCalabria/django-admin-search-builder.git
django_ckeditor>=5.9.0

django-form-builder>=1.0.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by Django 3.1.6 on 2022-03-27 17:52

import ckeditor.fields
from django.conf import settings
import django.core.validators
from django.db import migrations, models
Expand Down Expand Up @@ -147,11 +146,6 @@ class Migration(migrations.Migration):
name='structure_type',
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, to='organizational_area.organizationalstructuretype'),
),
migrations.AlterField(
model_name='organizationalstructure',
name='description',
field=ckeditor.fields.RichTextField(blank=True, max_length=12000, null=True),
),
migrations.AlterField(
model_name='organizationalstructure',
name='description',
Expand Down
1 change: 0 additions & 1 deletion uniticket/tests/settingslocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'django.contrib.sessions',
'django.contrib.staticfiles',

'ckeditor',
'datatables_ajax',

'uni_ticket_bootstrap_italia_template',
Expand Down
1 change: 0 additions & 1 deletion uniticket/uni_ticket_project/settingslocal.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.staticfiles',

'ckeditor',
'datatables_ajax',

'bootstrap_italia_template',
Expand Down

0 comments on commit 31277c2

Please sign in to comment.