On Fri, 2006-10-27 at 09:47 +0000, John wrote:
> Hello guys
> 
> I m having lots of fun with python it is like all of sudden I m
> unshackled from the days of zope.. 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. 

Sounds like you want to investigate Generic Relations. That enables you
to add a connection from one model to another without tying the first
model to the latter's type (it works through the content-type table).

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to