Commit graph

6 commits

Author SHA1 Message Date
1d6c52325c
Improve import command 2026-01-05 18:46:46 +01:00
b2eef830d8
Add and use pre-commit hooks 2025-11-28 04:44:07 +01:00
432d2b7707 Clean README 2025-07-21 01:48:40 +02:00
5c482c1729 feat: Add Twitch Drops Tracker application with campaign management
- Implemented models for DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge.
- Created views for listing and detailing drop campaigns.
- Added templates for dashboard, campaign list, and campaign detail.
- Developed management command to import drop campaigns from JSON files.
- Configured admin interface for managing campaigns and related models.
- Updated URL routing for the application.
- Enhanced README with installation instructions and project structure.
2025-07-09 22:46:23 +02:00
0c7c1c3f30 Add initial configuration and structure for the Twitch app, including models, views, and admin registration 2025-07-08 19:05:36 +02:00
5d4406670f
Initial commit 2025-07-08 01:21:59 +02:00