Commit graph

6 commits

Author SHA1 Message Date
60d34bdf0d
Add django-upgrade hook to pre-commit configuration and remove unneded DEFAULT_AUTO_FIELD setting
All checks were successful
Deploy to Server / deploy (push) Successful in 21s
2026-03-22 19:45:04 +01:00
dcc4cecb8d
Update pre-commit hook versions for ruff and actionlint 2026-03-09 04:36:56 +01:00
e968f5cdea
Add Silk middleware and related settings for performance monitoring
- Introduced SILK_ENABLED setting to toggle Silk middleware.
- Updated ALLOWED_HOSTS to include "testserver" when not in DEBUG mode.
- Modified urlpatterns to conditionally include Silk URLs.
- Added django-silk dependency to pyproject.toml.
- Enhanced feed queries to optimize performance and reduce N+1 issues.
- Updated tests to verify query limits for various feeds.
2026-02-09 20:02:19 +01:00
34c7d80b88
Update dependencies 2026-01-24 22:06:44 +01:00
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00
b2eef830d8
Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00