unshackled from the days of java Man it is a lot of fun. It is super
simple and easy... Ok now to my question, I m trying to add a ranking
feature to various objects in the system, the users, their posts,
their media etc, suffice to say I have to rank a lot of objects. I can
think of implementing this rudimentarily, add python code and copy to
do everything.
Each object is a postgres db.. eg
Table user
{
username, metadata,
RANKING int4,
}
and so on...
I cant but woefully look at Ruby_oN_rails guys adding ranking with just
one line @act_as_votable and they are set.. no more bugs to fix, Do you
guys have any ideas on how to do this, somehting similar to
@checkaccess in auth also seems reasonable..
thanks a lot for your time and patience
keep rockin in the web/python world
Anil
Access over 1 million songs - Yahoo! Music Unlimited Try it today.
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
