Skip to content

Bash alias for python3 manage.py #95

@Raruto

Description

@Raruto

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

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions