Merge remote-tracking branch 'origin/main' into 41-import-export-function

# Conflicts:
#	app/WYGIWYH/settings.py
This commit is contained in:
Herculino Trotta
2025-01-23 14:32:16 -03:00
9 changed files with 49 additions and 45 deletions
+1
View File
@@ -27,6 +27,7 @@ urlpatterns = [
path("hijack/", include("hijack.urls")),
path("__debug__/", include("debug_toolbar.urls")),
path("__reload__/", include("django_browser_reload.urls")),
path("", include("pwa.urls")),
# path("api/", include("rest_framework.urls")),
path("api/", include("apps.api.urls")),
path("api/schema/", SpectacularAPIView.as_view(), name="schema"),