musik/game
2025-06-14 12:34:14 +02:00
..
migrations Add playlist loading feature and integrate YouTube API for playlist generation 2025-06-14 11:49:04 +02:00
templates/game Refactor group detail view: change button style for clearing blacklist to secondary 2025-06-14 12:34:14 +02:00
__init__.py Add game app with group and music video models, views, and templates 2025-06-13 17:10:56 +02:00
apps.py Add game app with group and music video models, views, and templates 2025-06-13 17:10:56 +02:00
forms.py Add game management features: create MusikGame model, implement game creation and detail views, and update group detail template 2025-06-13 21:06:23 +02:00
models.py Add playlist loading feature and integrate YouTube API for playlist generation 2025-06-14 11:49:04 +02:00
tasks.py Add playlist loading feature and integrate YouTube API for playlist generation 2025-06-14 11:49:04 +02:00
urls.py Implement member removal functionality with user feedback in group views 2025-06-14 12:15:18 +02:00
utils.py Refactor music video model and views: rename user to owner, add title field, and implement music management in group detail view 2025-06-13 18:55:50 +02:00
views.py Refactor group detail view: update blacklist clearing to use POST method and enhance button layout for group actions 2025-06-14 12:33:36 +02:00