mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Switch to static directory for pmrpg.
This commit is contained in:
parent
f378bff3af
commit
b35ad06fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
alias pm='python manage.py'
|
||||
alias pmr='python manage.py runserver'
|
||||
alias pmrp='python manage.py runserver_plus'
|
||||
alias pmrpg='pmrp --adminmedia=`pwd`/media/admin'
|
||||
alias pmrpg='pmrp --adminmedia=`pwd`/static/admin'
|
||||
alias pmsdb='python manage.py syncdb'
|
||||
alias pms='python manage.py shell'
|
||||
alias pmsp='python manage.py shell_plus'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue