What are you trying to figure out exactly?

Content Types are basically meta data describing your application's models.
It gives you a database wide method of uniquely identifying a object.

this allows you to do stuff like:

have a global redirect mechanism  /r/<content-type-id>/<object-id>
allow you to add tags or comments to any object in your schema. (ie it is painfully easy to add comments to the 'user' object, or 'forum' object, or 'review' object)

and do things like row-level permissions.


regards
Ian

On 21/07/2006, at 11:24 AM, Uros Trebec wrote:



Aidas Bendoraitis wrote:
You can learn about ContentTypes from
and also from the code of django.contrib.comments

Thank you very much for this one! I'll try to figure it out.

regards,
Uros


--
Ian Holsman
http://zyons.com/ build a Community with Django



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