ttvdrops/twitch
Joakim Hellsén b06dd6b1ac
All checks were successful
Deploy to Server / deploy (push) Successful in 26s
Use the reward image instead of campaign if only one reward
2026-05-11 22:03:15 +02:00
..
management Improve performance and add type hints 2026-04-11 00:44:16 +02:00
migrations Allow longer campaign URLs 2026-05-09 22:14:26 +02:00
templatetags Use 404 image when no image is available 2026-03-10 11:27:17 +01:00
tests Use the reward image instead of campaign if only one reward 2026-05-11 22:03:15 +02: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
api.py Add API for Twitch data 2026-05-05 05:01:48 +02:00
apps.py Add allowed_campaign_count field to Channel model and implement counter cache logic 2026-04-12 04:20:47 +02:00
feeds.py Add support for a hide_paid query parameter to campaign feeds 2026-05-05 06:05:10 +02:00
models.py Use the reward image instead of campaign if only one reward 2026-05-11 22:03:15 +02: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
signals.py Add allowed_campaign_count field to Channel model and implement counter cache logic 2026-04-12 04:20:47 +02:00
tasks.py Use celery tasks instead of systemd timers for periodic work; and add more tests 2026-04-08 03:23:18 +02:00
urls.py Add API for Twitch data 2026-05-05 05:01:48 +02:00
utils.py Fix types 2026-03-16 18:40:04 +01:00
views.py Use the reward image instead of campaign if only one reward 2026-05-11 22:03:15 +02:00