On Mon, 2008-09-29 at 20:45 -0700, joshuajonah wrote:
> Also i should say, I'd like to be able to attach multiple "notes" to
> any given model.

Replace "note" with "comment" and it's basically the same setup. So have
a look at how Django's comments app does this
(django.contrib.comments.models). You won't need the abstract base class
stuff in there, but the generic relation stuff is the clue you'll need.

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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to