We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
python3 manage.py
When running a docker shell session the dev-user must always remember to refer to the /code/g3w-admin/ folder in order to execute manage.py commands.
/code/g3w-admin/
manage.py
Related closed issue: #75
Add the following line within the scripts/setup.sh file (or at least within the scripts/docker-entrypoin-dev.sh)
scripts/setup.sh
scripts/docker-entrypoin-dev.sh
alias manage.py='python3 /code/g3w-admin/manage.py'
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Motivation
When running a docker shell session the dev-user must always remember to refer to the
/code/g3w-admin/
folder in order to executemanage.py
commands.Related closed issue: #75
Suggested solution
Add the following line within the
scripts/setup.sh
file (or at least within thescripts/docker-entrypoin-dev.sh
)Alternatives considered
No response
The text was updated successfully, but these errors were encountered: