mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
lib/django: add South aliases
This commit is contained in:
parent
ee28db27fc
commit
d1136186c7
1 changed files with 9 additions and 0 deletions
|
|
@ -8,6 +8,15 @@ 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 pmt='python -W ignore::DeprecationWarning manage.py test'
|
||||||
|
|
||||||
|
alias pmdm='python manage.py datamigration'
|
||||||
|
alias pmsm='python manage.py schemamigration --auto'
|
||||||
|
alias pmsi='python manage.py schemamigration --initial'
|
||||||
|
alias pmm='python manage.py migrate'
|
||||||
|
alias pmma='python manage.py migrate --all'
|
||||||
|
alias pmml='python manage.py migrate --list'
|
||||||
|
alias pmmf='python manage.py migrate --fake'
|
||||||
|
alias pmcats='python manage.py convert_to_south'
|
||||||
|
|
||||||
alias gs='gunicorn_django'
|
alias gs='gunicorn_django'
|
||||||
alias gk='kill `cat .gunicorn.pid`'
|
alias gk='kill `cat .gunicorn.pid`'
|
||||||
alias gl='tail -f .gunicorn.log'
|
alias gl='tail -f .gunicorn.log'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue