Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-03-09 01:10:58 +01:00
parent de54404ab7
commit e8cfc2b91e
5 changed files with 66 additions and 8 deletions

View File

@ -67,6 +67,7 @@ SHARED_APPS = [
"pgactivity",
"pglock",
"channels",
"authentik.tasks",
]
TENANT_APPS = [
"django.contrib.auth",
@ -122,7 +123,6 @@ TENANT_APPS = [
"authentik.stages.user_login",
"authentik.stages.user_logout",
"authentik.stages.user_write",
"authentik.tasks",
"authentik.brands",
"authentik.blueprints",
"guardian",