Hello,

Today I spun off the (simplistic) aggregation features of a site that
I'm building and made it a generic app.  It's useful for keeping track
of certain kinds of counting and summing, etc. (especially if count(*)
is O(n) for your database engine, this brings that down to O(1)).  For
example, a voting application is made near-trivial using this project,
and is done in the tutorial section of the google code page.

The google code page is located here:
http://code.google.com/p/django-simpleaggregation/

I only post this to the developers section because if it's useful to
enough people someday maybe it could be brought in as a contrib app.
For now, though, I just hope it helps someone out!

Thanks,
Eric Florenzano


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" 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/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to