mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
lib/django: add a pmsp alias
This commit is contained in:
parent
968aaf2627
commit
2d82f60bfc
2 changed files with 3 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ alias pmrp='python manage.py runserver_plus'
|
|||
alias pmrpg='pmrp --adminmedia=`pwd`/media/admin'
|
||||
alias pmsdb='python manage.py syncdb'
|
||||
alias pms='python manage.py shell'
|
||||
alias pmsp='python manage.py shell_plus'
|
||||
alias pmlf='python manage.py loaddata fixtures/*'
|
||||
|
||||
alias gs='gunicorn_django'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue