Commit graph

9 commits

Author SHA1 Message Date
c092d3089f
Fix types 2026-03-16 18:40:04 +01:00
6f6116c3c7
Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
ee8cc87196
Move robots.txt to static file instead of Django 2026-03-13 01:28:49 +01:00
1118c03c1b
Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
715b0258ae
Fix tests? 2026-02-15 22:14:19 +01:00
b08143980c
Update Dockerfile and settings for user permissions, add test URL patterns, and adjust volume paths 2026-02-15 20:52:08 +01:00
45c581715a
Add sessions app to INSTALLED_APPS and corresponding tests 2026-02-10 14:15:54 +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
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00