-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
featureNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request