ttvdrops/twitch
Joakim Helleśen 42dbea7401
All checks were successful
Deploy to Server / deploy (push) Successful in 9s
Refactor GameFeed feed
2026-03-09 06:39:46 +01:00
..
management Add watch_imports command 2026-03-09 05:27:11 +01:00
migrations Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
templatetags Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
tests Refactor GameFeed feed 2026-03-09 06:39:46 +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 Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
feeds.py Refactor GameFeed feed 2026-03-09 06:39:46 +01:00
models.py Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +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 Remove /rss/organizations/<org_id>/campaigns/ 2026-03-09 05:56:57 +01:00
utils.py Lower line-length to default and don't add from __future__ import annotations to everything 2026-03-09 04:37:54 +01:00
views.py Refactor GameFeed and GameDetailView to use 'owners' instead of 'owner'; update related tests 2026-03-09 06:33:40 +01:00