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

Bash alias for python3 manage.py #95

Open
1 task done
Raruto opened this issue May 3, 2023 · 0 comments
Open
1 task done

Bash alias for python3 manage.py #95

Raruto opened this issue May 3, 2023 · 0 comments
Labels
feature New feature or request

Comments

@Raruto
Copy link
Collaborator

Raruto commented May 3, 2023

Checklist

  • I've searched through the current issues to make sure this feature hasn't been requested already.

Motivation

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.

Related closed issue: #75

Suggested solution

Add the following line within the scripts/setup.sh file (or at least within the scripts/docker-entrypoin-dev.sh)

alias manage.py='python3 /code/g3w-admin/manage.py'

Alternatives considered

No response

@Raruto Raruto added the feature New feature or request label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant