mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
django: add pmt
This commit is contained in:
parent
8b78c0135f
commit
3f7b1eb848
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ alias pmsdb='python manage.py syncdb'
|
||||||
alias pms='python manage.py shell'
|
alias pms='python manage.py shell'
|
||||||
alias pmsp='python manage.py shell_plus'
|
alias pmsp='python manage.py shell_plus'
|
||||||
alias pmlf='python manage.py loaddata fixtures/*'
|
alias pmlf='python manage.py loaddata fixtures/*'
|
||||||
|
alias pmt='python -W ignore::DeprecationWarning manage.py test'
|
||||||
|
|
||||||
alias gs='gunicorn_django'
|
alias gs='gunicorn_django'
|
||||||
alias gk='kill `cat .gunicorn.pid`'
|
alias gk='kill `cat .gunicorn.pid`'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue