musik/game
2025-06-13 23:26:54 +02:00
..
migrations Add playlist field to MusikGame model and update YouTube credentials handling in views 2025-06-13 23:08:41 +02:00
templates/game Add collapsible section for music list in group detail template 2025-06-13 23:26:54 +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 field to MusikGame model and update YouTube credentials handling in views 2025-06-13 23:08:41 +02:00
urls.py Add functionality to clear blacklisted music videos in GroupClearBlacklistView and update group detail template 2025-06-13 23:24:21 +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 Add functionality to clear blacklisted music videos in GroupClearBlacklistView and update group detail template 2025-06-13 23:24:21 +02:00