ttvdrops/twitch
Joakim Hellsén 8f4e851fb9 Refactor and remove tests, update models and views
- Deleted all test files in accounts and twitch apps to clean up the codebase.
- Updated the DropCampaign, Game, Organization, DropBenefit, TimeBasedDrop, and DropBenefitEdge models to include database indexing for improved query performance.
- Modified the DropCampaignListView and GameDetailView to remove unnecessary status filtering and streamline campaign retrieval logic.
- Enhanced the campaign detail template to properly format campaign descriptions.
- Adjusted the import_drop_campaign management command to increase default worker and batch sizes for improved performance.
- Cleaned up the admin configuration for DropCampaign and TimeBasedDrop models.
2025-07-24 02:40:59 +02:00
..
management Refactor and remove tests, update models and views 2025-07-24 02:40:59 +02:00
migrations Refactor and remove tests, update models and views 2025-07-24 02:40:59 +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
admin.py Refactor and remove tests, update models and views 2025-07-24 02:40:59 +02:00
apps.py Add initial configuration and structure for the Twitch app, including models, views, and admin registration 2025-07-08 19:05:36 +02:00
models.py Refactor and remove tests, update models and views 2025-07-24 02:40:59 +02:00
urls.py Add game list and detail views with templates for Twitch Drops Tracker 2025-07-10 03:09:27 +02:00
views.py Refactor and remove tests, update models and views 2025-07-24 02:40:59 +02:00