fix for manage.sh no longer existing

Changed command for creating a user to use python and manage.py, as the bash script is no longer present.
This commit is contained in:
Nathan Doyle 2024-05-04 16:37:02 -07:00 committed by GitHub
parent ac6b352293
commit 8fb485fb8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -190,7 +190,7 @@ If you have registration disabled, you can create additional profiles using the
command line interface:
```bash
docker exec -ti penpot-penpot-backend-1 bash ./manage.sh create-profile
docker exec -ti penpot-penpot-backend-1 python3 ./manage.py create-profile
```
**NOTE:** the exact container name depends on your docker version and platform.