Refactor models to use auto_prefetch for improved performance and update dependencies in pyproject.toml

This commit is contained in:
Joakim Hellsén 2026-02-09 20:13:47 +01:00
commit 4e67e7299d
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
4 changed files with 261 additions and 30 deletions

View file

@ -16,7 +16,8 @@ dependencies = [
"tqdm",
"colorama",
"gunicorn",
"django-silk>=5.4.3",
"django-silk",
"django-auto-prefetch",
]
[dependency-groups]