musik/game
Edgar P. Burkhart 7409b4cd8f
Add group leader functionality and update group member management
- Create GroupLeader model and migration
- Alter GroupLeader member field to include related_name
- Implement is_leader and is_owner methods in Group model
- Update GroupDetailView to pass leader and owner status to template
- Refactor group buttons and members display into separate templates
- Add view and URL for setting group leaders
- Update permissions for adding/removing members and clearing blacklist
- Bump version to 0.1.1 in uv.lock
2025-06-14 21:58:33 +02:00
..
migrations Add group leader functionality and update group member management 2025-06-14 21:58:33 +02:00
templates Add group leader functionality and update group member management 2025-06-14 21:58:33 +02:00
templatetags Add YouTube playlist support in game detail views and create custom template tag 2025-06-14 12:53:46 +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 Refactor form handling and improve group retrieval in game views 2025-06-14 15:46:43 +02:00
models.py Add group leader functionality and update group member management 2025-06-14 21:58:33 +02:00
tasks.py Implement asynchronous playlist management for MusikGame creation and deletion 2025-06-14 16:22:25 +02:00
urls.py Add group leader functionality and update group member management 2025-06-14 21:58:33 +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 group leader functionality and update group member management 2025-06-14 21:58:33 +02:00