docs(requirements): add django_ace

This commit is contained in:
Herculino Trotta
2025-01-19 11:45:06 -03:00
parent 50efc51f87
commit 87345cf235
2 changed files with 2 additions and 0 deletions

View File

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

View File

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