Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated manual user registration documentation #212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EmranMR
Copy link

@EmranMR EmranMR commented May 19, 2024

Hi, I am not sure if this is an old code snippet for v1, but having logged in to the Docker root folder for the backend, I have noticed there are no manage.sh file but instead there is a manage.py

this should fix the documentation, for future reference

There is no `./manage.sh` in the root directory. The file is a python file
@EmranMR EmranMR changed the title Updated manual user registration Updated manual user registration documentation May 19, 2024
@@ -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
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can even omit the './'

docker exec -ti penpot-penpot-backend-1 python3 manage.py create-profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants