mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
added more aliases for pyramid
This commit is contained in:
parent
bf3b552a30
commit
a9bcabc2cc
1 changed files with 11 additions and 0 deletions
|
|
@ -1,2 +1,13 @@
|
||||||
alias pdr="pserve development.ini --reload""
|
alias pdr="pserve development.ini --reload""
|
||||||
alias ppr="pserve production.ini --reload""
|
alias ppr="pserve production.ini --reload""
|
||||||
|
|
||||||
|
# Scaffolding Aliases
|
||||||
|
#Available scaffolds:
|
||||||
|
# alchemy: Pyramid SQLAlchemy project using url dispatch
|
||||||
|
alias pca="pcreate -s alchemy $*"
|
||||||
|
# pyramid_mongodb: pyramid MongoDB project
|
||||||
|
alias pcm="pcreate -s pyramid_mongodb $*"
|
||||||
|
# starter: Pyramid starter project
|
||||||
|
alias pcs="pcreate -s starter $*"
|
||||||
|
# zodb: Pyramid ZODB project using traversal
|
||||||
|
alias pcz="pcreate -s zodb $*"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue