mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
add startapp in plugin Django
This commit is contained in:
parent
94049fd3fd
commit
92d1d0803d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
alias djstartproject='django-admin.py startproject'
|
||||
alias djstartapp='python manager.py startapp'
|
||||
alias djsyncdb='python manager.py syndb'
|
||||
alias djtest='python manager.py test'
|
||||
alias djtestserver='python manager.py testserver'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue