This website requires JavaScript.
Explore
Help
Sign in
edpibu
/
musik
Watch
1
Star
0
Fork
You've already forked musik
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
95969b897b
musik
/
game
History
Download ZIP
Download TAR.GZ
Edgar P. Burkhart
95969b897b
Update playlist link to direct to specific video; wrap music list in details tag
2025-06-14 11:16:41 +02:00
..
migrations
Refactor group and music game models to use UniqueConstraint; update form error handling in templates
2025-06-14 10:35:42 +02:00
templates
/game
Update playlist link to direct to specific video; wrap music list in details tag
2025-06-14 11:16:41 +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
Refactor group and music game models to use UniqueConstraint; update form error handling in templates
2025-06-14 10:35:42 +02:00
urls.py
Refactor group detail and musikgame detail templates for improved owner visibility and styling; update CSS for music count display
2025-06-14 00:11:39 +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 message handling in group views; add user feedback for actions and errors
2025-06-14 11:01:48 +02:00