Cookie Jar for Lazy Coders
Quotable quote from Wesley Chun:
App Engine does not have a GUI for its SDK on Linux because Linux users type fast anyway.
Well, I use the CLI on both my Mac and Linux machines but really, I don't like typing such a long line or hitting my up key repeatedly to get to a long command in my CLI history; AND even worse, I don't like typing my password again and again everytime I have to upload my code to the app engine server.
So with reference to Stefan's use of the cookie jar, I added in an alias in my ~/.bashrc file:
- alias gaeup='./manage.py appcfg update --email=linchuan.cheng@gmail.com --passin < ~/.appcfg_cookies'
So everytime I need to push new code to my app engine server, all I need to do is to run:
- $ gaeup
Less code. More speed! GAE 網站 wins!
Category: GAE



Leave a Comment :
Leave a Comment