Commit graph

27 commits

Author SHA1 Message Date
6046b7326c
Update DEBUG setting and configure allowed hosts in settings.py
All checks were successful
Build and push Docker image / build (push) Successful in 2m18s
2025-06-14 17:19:36 +02:00
bae5d79ce8
Add Celery configuration to settings and create Docker Compose file for services 2025-06-14 17:04:44 +02:00
fd09bf8aa3
Add Docker support with build and push workflow, and configure Gunicorn for application serving
All checks were successful
Build and push Docker image / build (push) Successful in 2m14s
2025-06-14 16:43:38 +02:00
094c5c104d
Add playlist loading feature and integrate YouTube API for playlist generation 2025-06-14 11:49:04 +02:00
4b2f695afb
Add YoutubeCredentials model and implement YouTube OAuth login functionality 2025-06-13 22:23:18 +02:00
4e28311b1c
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
ba746c9cae
Add game app with group and music video models, views, and templates 2025-06-13 17:10:56 +02:00
d7545ab43c
Setup basic auth 2025-06-13 15:51:32 +02:00
3294ef2a82
Create base structure for Django project 2025-06-13 14:21:31 +02:00
95f8d5741a
Add option to prevent saving youtube credentials 2024-04-10 15:19:34 +02:00
3070dc301a
Improve url parsing (add support for youtu.be links) 2024-04-10 15:12:25 +02:00
4e15dc33d5
Fix typo 2024-04-10 13:47:39 +02:00
d36e60ad95
Reformat 2024-04-10 13:45:43 +02:00
0f92053046
Fix URL parsing 2024-04-10 13:44:49 +02:00
7d8c152543
Prevent multiples of same music for same user 2024-04-10 13:40:16 +02:00
96c6bfa8fa
Save youtube credentials 2024-04-10 13:34:17 +02:00
6f2726f423
Improve error handling 2024-04-10 13:26:36 +02:00
c0b9924ed3
Improve logging 2024-04-10 13:13:52 +02:00
0fd0c4911b
Improve code formatting 2024-04-10 12:49:33 +02:00
295a44fbaa
Reformat 2024-04-09 22:06:52 +02:00
1c92be85d1
Reorder imports 2024-04-09 22:03:11 +02:00
733c7767a3
Reformat 2024-04-09 22:02:03 +02:00
06a9bb1cb6
Split code in separate files 2024-04-09 22:01:02 +02:00
4056887b09
Split playlist creation in separate file 2024-04-09 21:42:22 +02:00
d0ca4899a6
Allow music ID instead of URLS in music lists 2024-04-09 21:33:03 +02:00
16f909fa0d
Add defaults to help 2024-04-09 21:30:57 +02:00
474ba67f38
Initial commit : working script with API functionnality and blacklist 2024-04-09 21:27:19 +02:00