ttvdrops/config
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
..
tests Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
__init__.py Add initial Django project structure with ASGI, WSGI, settings, URLs, and manage.py 2025-07-08 01:36:20 +02:00
settings.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
urls.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
wsgi.py Refactor Django project files to improve type hinting and code clarity 2025-07-08 01:47:39 +02:00