- Avoid to execute database queries in app ready method. #121
- Cache settings value even when they are retrieved from
django.conf.settings
to avoid database hits. - Replace
Black
andisort
withRuff-format
. - Bump
pre-commit
hooks.
django.conf.settings
to avoid database hits.Black
and isort
with Ruff-format
.pre-commit
hooks.