ttvdrops/twitch
2026-03-17 20:03:27 +01:00
..
management Implement _save_if_changed method to optimize model updates and add tests to ensure unchanged data does not trigger updates 2026-03-17 20:03:27 +01:00
migrations Add box art and campaign image metadata fields; update feeds and backfill command 2026-03-09 19:53:10 +01:00
templatetags Use 404 image when no image is available 2026-03-10 11:27:17 +01:00
tests Implement _save_if_changed method to optimize model updates and add tests to ensure unchanged data does not trigger updates 2026-03-17 20:03:27 +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 Use 404 image when no image is available 2026-03-10 11:27:17 +01:00
feeds.py Fix types 2026-03-16 18:40:04 +01:00
models.py Add stylesheet to RSS/Atom feeds 2026-03-14 01:25:21 +01:00
schemas.py Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
urls.py Move Twitch stuff to /twitch/ 2026-03-16 15:27:33 +01:00
utils.py Fix types 2026-03-16 18:40:04 +01:00
views.py Refactor ImageObject schema to remove license metadata 2026-03-17 16:24:28 +01:00