Creating Google-app-engine plugin

- Creating some common alias for users of Google App Engine
This commit is contained in:
Guido 2015-10-08 20:42:29 -03:00
parent f3fa41834d
commit 05fc9a5455

View File

@ -0,0 +1,2 @@
alias gaedeploy="appcfg.py update . --oauth2"
alias gaeserver="dev_appserver.py ."