diff --git a/app/WYGIWYH/settings.py b/app/WYGIWYH/settings.py index d597d5d..36cea84 100644 --- a/app/WYGIWYH/settings.py +++ b/app/WYGIWYH/settings.py @@ -70,6 +70,7 @@ 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 af9d39b..8c24038 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ 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