>From your description thus far I'd probably try to use
django.contrib.comments and be done with it. Build the specific models
you need for your app, but don't reinvent the wheel when there's a
perfectly good generic commenting app out there already.

On May 25, 12:01 pm, nameless <xsatelli...@gmail.com> wrote:
> mmm so I could use Post model with a foreign key to blog and a Comment
> model with a generic foreign key ( because I could comment post,
> images, videos, ecc ). Is this a wrong ? What is the better solution
> in your opinion ? Thanks ^_^

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to