feat: rename app, some work on schema

This commit is contained in:
Herculino Trotta
2025-01-17 17:40:51 -03:00
parent 8992cd98b5
commit 493bf268bb
22 changed files with 486 additions and 11 deletions
+1
View File
@@ -47,4 +47,5 @@ urlpatterns = [
path("", include("apps.calendar_view.urls")),
path("", include("apps.dca.urls")),
path("", include("apps.mini_tools.urls")),
path("", include("apps.import_app.urls")),
]