Hi group,

In a Django project I would like to create feeds of objects (could be text like 
in twitter or other kind of content, don't know yet, not relevant anyway). Each 
user could create new feeds and each user could also create new objects to put 
in those feeds. I am thinking about creating 2 simple models, one for the feeds 
and one for the objects. And I would like to be able to link any object to one 
or more feeds so a feed would display that object if it is linked to it. Maybe 
the word 'link' is misused here but I think you understand my point. Just an 
example to make it clear: a user could create a feed for posting thoughts about 
Django and decide that some of these thoughts would fit well in another feed 
about coding. How could I do it on the database level?
I don't know what is the best approach for this. The contenttypes framework 
maybe?

Thanks for your light!
Bastian

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


Reply via email to