Add playlist field to MusikGame model and update YouTube credentials handling in views
This commit is contained in:
parent
4b2f695afb
commit
122ae40570
8 changed files with 128 additions and 4 deletions
17
game/migrations/0009_alter_youtubecredentials_credentials.py
Normal file
17
game/migrations/0009_alter_youtubecredentials_credentials.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.2.3 on 2025-06-13 20:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("game", "0008_youtubecredentials"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="youtubecredentials",
|
||||
name="credentials",
|
||||
field=models.CharField(),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue