Use django-auto-prefetch

This commit is contained in:
Joakim Hellsén 2025-09-13 00:36:22 +02:00
commit 94752383b1
6 changed files with 298 additions and 128 deletions

View file

@ -18,6 +18,7 @@ dependencies = [
"python-dotenv>=1.1.1",
"psycopg[binary]>=3.2.3",
"pygments>=2.19.2",
"django-auto-prefetch>=1.13.0",
]
[dependency-groups]