musik/game
2025-06-16 15:23:19 +02:00
..
migrations Add migration to alter MusicVideo model options and update group detail form to use textarea for YouTube IDs 2025-06-15 16:20:53 +02:00
templates Update button text in musikgame_answer template for clarity 2025-06-16 15:19:06 +02:00
templatetags Refactor game results display and scoring logic in templates and CSS 2025-06-15 15:46:35 +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 Update game answer handling and UI for completed games 2025-06-15 13:59:22 +02:00
models.py Add migration to alter MusicVideo model options and update group detail form to use textarea for YouTube IDs 2025-06-15 16:20:53 +02:00
tasks.py Change playlist privacy status from private to unlisted in generate_playlist task 2025-06-16 15:23:19 +02:00
urls.py Add game end functionality with view and URL routing, update models and templates for game state management 2025-06-15 13:02:31 +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 Enhance GroupAddMemberView to support adding multiple members and improve error handling for non-existent users 2025-06-15 16:24:51 +02:00