third-party authentication views

This commit is contained in:
imperosol
2026-07-15 16:28:05 +02:00
parent e2f1aae297
commit d2ae90b9b6
4 changed files with 180 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@ urlpatterns = [
path("", include(("core.urls", "core"), namespace="core")),
path("sitemap.xml", cache_page(86400)(sitemap), {"sitemaps": sitemaps}),
path("api/", api.urls),
path("api-link/", include(("api.urls", "api-link"), namespace="api-link")),
path("rootplace/", include(("rootplace.urls", "rootplace"), namespace="rootplace")),
path(
"subscription/",