refactor: remove django-ace for now

This commit is contained in:
Herculino Trotta
2025-01-23 12:54:26 -03:00
parent cabd03e7e6
commit aaee602b71
2 changed files with 0 additions and 2 deletions

View File

@@ -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",

View File

@@ -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