This website requires JavaScript.
Explore
Help
Sign in
TheLovinator
/
ttvdrops
Watch
1
Fork
You've already forked ttvdrops
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
778f71320f
ttvdrops
/
twitch
History
Download ZIP
Download TAR.GZ
Joakim Helleśen
1161670c34
Fix ruff issues: rename lambda arg, replace Any with object for type annotations
2026-03-21 23:26:57 +01:00
..
management
Add Redis configuration, integrate Celery, and sort fields in models
2026-03-21 19:12:47 +01:00
migrations
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
2026-03-20 00:55:32 +01:00
templatetags
Use 404 image when no image is available
2026-03-10 11:27:17 +01:00
tests
Fix ruff issues: rename lambda arg, replace Any with object for type annotations
2026-03-21 23:26:57 +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
Fix ruff issues: rename lambda arg, replace Any with object for type annotations
2026-03-21 23:26:57 +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
Add is_fully_imported field to DropCampaign and KickDropCampaign models; update views and commands to filter by this field
2026-03-20 00:55:32 +01:00