Valerie and I are on the way from Charlottesville, VA, to Carlsbad, CA. Here’s an update from Gila Bend, AZ!
Roadtrip part 1
Valerie and I are on the way from Charlottesville, VA, to Carlsbad, CA. Here’s an update from Austin, TX!
Using Command-Line Tools for Backends on Google App Engine
It took me quite a while to realize that my GAE backend wasn’t working because I had to use appcfg, not the App Engine Launcher to deploy it. App Engine Launcher’s “deploy” button wouldn’t do it.
Enable filesystem writes in GAE dev_appserver
Google App Engine’s dev_appserver
prevents filesystem writes because GAE has no filesystem – but sometimes you want to write anyways!
Serving static files in WebApp2 reponses
On Google App Engine, I had to display the user-submitted image, if there was one, else display a default image.
Handling Files in WebApp2 and Google App Engine
On Google App Engine, I had to display the user-submitted image, if there was one, else display a default image. The given object could only have on image, so I was using the NDB BlobProperty: