ttvdrops/twitch
Joakim Hellsén 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
..
management Allow operation_names to be a list instead of a singular item 2026-01-17 07:05:41 +01:00
migrations Allow operation_names to be a list instead of a singular item 2026-01-17 07:05:41 +01:00
tests Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
__init__.py Add initial configuration and structure for the Twitch app, including models, views, and admin registration 2025-07-08 19:05:36 +02:00
apps.py Fix random Mypy errors 2025-08-04 00:12:47 +02:00
feeds.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
models.py Enhance RSS feed documentation with example XML and filtered feeds 2026-02-09 17:27:13 +01:00
schemas.py Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
urls.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
utils.py Improve import command 2026-01-05 18:46:46 +01:00
views.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00