Hey, nice work! There are a few things I should mention:
1. It looks like you aren't using the high performance image serving API. You should take a look at this, as it's the optimum way to serve images from App Engine. You'll need to have users upload to the Blobstore and call get_serving_url(): http://code.google.com/appengine/docs/python/images/functions.html 2. The directory structure of your SVN project seems non-standard, which may confuse some folks. It looks like you have static code in trunk, and application code in branches. You'll want to put all your code in trunk and put code for experimental features/release branches in "branches". Here's a page describing a standard setup: http://ariejan.net/2006/11/24/svn-how-to-structure-your-repository/ -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Fri, Dec 24, 2010 at 1:50 PM, Adam Sah <[email protected]> wrote: > neat!! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
