Updated demo script

This commit is contained in:
Eliot Berriot 2018-05-09 23:24:51 +02:00
parent 60412ad51a
commit 12638e1d82
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
2 changed files with 8 additions and 6 deletions

View file

@ -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()