I started an application in Google App Engine right when it came out, to play with the technology and work on a pet project that I had been thinking about for a long time bu
I like webpy so I've adopted it as templating framework on Google App Engine. My package folders are typically organized like this:
app.yaml application.py index.yaml /app /config /controllers /db /lib /models /static /docs /images /javascripts /stylesheets test/ utility/ views/
Here is an example.