musik/game
2025-06-13 19:11:23 +02:00
..
migrations 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
templates/game Refactor group detail and music views to use MemberFilterMixin for member access control 2025-06-13 19:11:23 +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 GroupAddMembersForm and view for editing group members 2025-06-13 17:32:17 +02:00
models.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
urls.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
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 and music views to use MemberFilterMixin for member access control 2025-06-13 19:11:23 +02:00