Name: Wesley Tanaka
Member since: 2001-11-15 08:36:24
Last Login: 2008-06-05 01:12:19

Homepage: http://wtanaka.com/

Recent blog entries by wtanaka

5 Jun 2008 »

It's counterintuitive that you need to unquote Google App Engine URL parts twice.

4 Jun 2008 »

delete index: google app engine

appcfg.py vacuum_indexes ./

4 Jun 2008 »

Google App Engine Data Migration: Deleting an attribute

One can:

  1. Change the model class definition so that it extends Expando.
  2. Remove the undesired attribute from the property definition list.
  3. Add code which calls del mymodel.myattribute on all the entities eventually
  4. Change the model class definition back to Model

31 May 2008 »

Google App Engine appcfg.py update error:

Could not guess mimetype for favicon.ico. Using application/octet-stream.

Solution:

Add mime_type: image/vnd.microsoft.icon to the appropriate part of app.yaml

30 May 2008 »

Serializing to JSON with Google App Engine

from django.utils import simplejson

Then: http://simplejson.googlecode.com/svn/trunk/docs/index.html

17 older entries...

 

wtanaka certified others as follows:

  • wtanaka certified wtanaka as Journeyer
  • wtanaka certified kiniry as Journeyer

Others have certified wtanaka as follows:

  • wtanaka certified wtanaka as Journeyer
  • arauzo certified wtanaka as Apprentice
  • Chicago certified wtanaka as Apprentice
  • chalst certified wtanaka as Apprentice

[ Certification disabled because you're not logged in. ]

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!

X
Share this page