Skip to content

Commit

Permalink
Add upgrade alias
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Oct 1, 2023
1 parent 66f1722 commit 5c8f878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/rdmo/rootfs/home/rdmo/tpl/add_to_bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ alias pm="python ${RDMO_APP}/manage.py"
alias pms="python ${RDMO_APP}/manage.py collectstatic"
alias pmsn="python ${RDMO_APP}/manage.py collectstatic --no-input"
alias pmu="python ${RDMO_APP}/manage.py upgrade"
alias upgrade="pip install --upgrade rdmo && python manage.py upgrade"

cd /vol

0 comments on commit 5c8f878

Please sign in to comment.