diff --git a/app/WYGIWYH/settings.py b/app/WYGIWYH/settings.py index 960b0ec..9a5a496 100644 --- a/app/WYGIWYH/settings.py +++ b/app/WYGIWYH/settings.py @@ -70,7 +70,6 @@ INSTALLED_APPS = [ "rest_framework", "drf_spectacular", "django_cotton", - "django_ace", "apps.rules.apps.RulesConfig", "apps.calendar_view.apps.CalendarViewConfig", "apps.dca.apps.DcaConfig", diff --git a/requirements.txt b/requirements.txt index 8c24038..af9d39b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,6 @@ django-filter==24.3 django-debug-toolbar==4.3.0 django-cachalot~=2.6.3 django-cotton~=1.2.1 -django_ace~=1.36.2 djangorestframework~=3.15.2 drf-spectacular~=0.27.2