mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:19:15 +02:00
Updated demo script
This commit is contained in:
parent
60412ad51a
commit
12638e1d82
2 changed files with 8 additions and 6 deletions
|
@ -3,4 +3,5 @@ from funkwhale_api.users.models import User
|
|||
|
||||
u = User.objects.create(email='demo@demo.com', username='demo', is_staff=True)
|
||||
u.set_password('demo')
|
||||
u.subsonic_api_token = 'demo'
|
||||
u.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue