I created a function and tutorial on how to get the total count from
datastore, the syntax of getting the totalcount count is
get_total_count(self,<your model>)
you can pass any model and it will return you the total count of that
function, you can see the function at
http://monmonja.com/blog/2008/11/get-total-count-from-datastore-in-app-engine/

Now i don't know if this is the best way of doing it but it does not
require you to do some writing on datastore and it uses memcache, if
there is a better way of doing this please stress out. Thanks. :)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to