feat: add calendar view

This commit is contained in:
Herculino Trotta
2024-10-29 13:39:49 -03:00
parent 141af9e926
commit 6dc02210af
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ INSTALLED_APPS = [
"drf_spectacular",
"django_cotton",
"apps.rules.apps.RulesConfig",
"apps.calendar_view.apps.CalendarViewConfig",
]
MIDDLEWARE = [