ttvdrops/twitch
Joakim Hellsén eab379a028 Remove custom indexes from Twitch models
Eliminates explicit index definitions and db_index usage from Django models and migrations, relying on default indexes and constraints. This simplifies model definitions and migration files, reducing maintenance overhead and potential redundancy.
2025-10-13 04:15:24 +02:00
..
management Remove bloat 2025-10-13 02:07:33 +02:00
migrations Remove custom indexes from Twitch models 2025-10-13 04:15:24 +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
apps.py Fix random Mypy errors 2025-08-04 00:12:47 +02:00
feeds.py Add section markers 2025-09-13 23:17:17 +02:00
models.py Remove custom indexes from Twitch models 2025-10-13 04:15:24 +02:00
urls.py Remove bloat 2025-10-13 02:07:33 +02:00
views.py Remove bloat 2025-10-13 02:07:33 +02:00