Add docker user instructions

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2309>
This commit is contained in:
Ciarán Ainsworth 2022-12-28 08:45:38 +00:00
commit e38c97d9fd
2 changed files with 35 additions and 6 deletions

View file

@ -84,7 +84,7 @@ You need to create some local data to mimic a production environment.
1. Create a superuser so you can log in to your local app:
```sh
docker-compose -f dev.yml run --rm api pythong manage.py createsuperuser
docker-compose -f dev.yml run --rm api python manage.py createsuperuser
```
2. Add some fake data to populate the database. The following command creates 25 artists with random albums, tracks, and metadata.