Home » Odeon Blogs » Calvin, Weaver »

Cookie Jar for Lazy Coders

Cookie Jar for Lazy Coders

Quotable quote from Wesley Chun:

  1. App Engine does not have a GUI for its SDK on Linux
  2. 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:

  1. 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:

  1. $ gaeup

Less code. More speed! GAE 網站 wins!


Category: GAE


Tagged as: GAE



Leave a Comment :

(required)


(required)




(required)




(required)






Leave a Comment


Page generated in: 0.20s