Sign in

Google Cookbook - Google App Engine

appfilesbrowser: Browse Srouce Files on Google App Engine
Posted by tang.jiyu on Sat 15 Nov 2008 in Python
User ratings:
This is a useful tool. User could browse source files on Google App Engine. The author is Chen Baiping (http://code.google.com/u/chendaoan/). Homepage of the project is http://code.google.com/p/appfilesbrowser/.

Feature list:
1. Browse GAE source code online.
* Browse app's folder structure and source files.
* Show source file content
* Download source file
* The same function like ZipMe (http://tinyurl.com/5pcjmx) to download the whole project.

2. Debug online.

You could access http://enter.appspot.com to check the demo and access http://code.google.com/p/appfilesbrowser/ to download source code.

Note:
* Since there are some restrictions on AppEngine, you could just read source code but cannot modify it.

Comments (1)

Sign in to add comment.
1
I use it in my app. Since I often update the code of my app, somtimes I could not remember which is the current version. With this tool, I can check the cource code immediately when there are error logs on the admin console.
Comment by proxy3000 on Fri 21 Nov 2008 3:08 p.m.