Commit graph

9 commits

Author SHA1 Message Date
05eb0d92e3
Refactor HTML 2026-02-11 03:14:04 +01:00
0a0345f217
Refactor RSS feed documentation and optimize query limits in views 2026-02-09 23:23:36 +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
de7a7d5d0e
Test all urls 2026-02-01 23:08:48 +01:00
65a7622582
Allow operation_names to be a list instead of a singular item 2026-01-17 07:05:41 +01:00
fad0821515
Enhance badge descriptions in campaign detail and RSS feed outputs 2026-01-16 01:54:18 +01:00
99e7b40535
Refactor game ownership to support multiple organizations and update related logic 2026-01-09 21:57:37 +01:00
df2941cdbc
Fix owners not getting imported correctly 2026-01-09 21:47:52 +01:00
6a62eaa885
Add RSS feed links in templates 2026-01-08 00:35:55 +01:00