Files
authentik/tests/benchmark/init.py
Marc 'risson' Schmitt a7cb808cad init benchmarks
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-04-05 05:32:40 +02:00

9 lines
166 B
Python

from os import environ
import django
environ.setdefault("DJANGO_SETTINGS_MODULE", "authentik.root.settings")
django.setup()
from authentik.core.models import User