Update documentation

This commit is contained in:
Yamila Moreno 2020-11-25 11:00:16 +01:00
parent c329ca0947
commit 0f5cb33d53
1 changed files with 1 additions and 2 deletions

View File

@ -96,8 +96,7 @@ You have to configure an admin user:
# ensure migrations are properly set
$ docker-compose up -d
$ docker-compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage loaddata initial_user
# this command creates an admin/123123 user. Change it as soon as possible.
$ docker-compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage createsuperuser
```
## Up and running