Add docker user instructions
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2309>
This commit is contained in:
parent
1a5c285e95
commit
e38c97d9fd
2 changed files with 35 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue