views:

44

answers:

0

Possible Duplicate:
Fetching a random record from the Google App Engine Datastore?

Hi there, I'm looking for an equivalent of Entry.objects.order_by('?') without using Django.

I just want to get a random instance of my model using GAE datastore.