Refactor models to use auto_prefetch for improved performance and update dependencies in pyproject.toml
This commit is contained in:
parent
e968f5cdea
commit
4e67e7299d
4 changed files with 261 additions and 30 deletions
|
|
@ -16,7 +16,8 @@ dependencies = [
|
|||
"tqdm",
|
||||
"colorama",
|
||||
"gunicorn",
|
||||
"django-silk>=5.4.3",
|
||||
"django-silk",
|
||||
"django-auto-prefetch",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue