Greeting friends, Let's assume I have a poll app. This 'poll' app uses some generic models which have been tossed into a 'core' app (ie: Category). Everything concerning the 'poll' app is working fine, but now i'd like to create an index page for the entire site. My first intuition was to make the view, part of the 'core' app; but then i wanted to show 'recent polls' on the index which now requires me to reference the poll models.
My question is, what should I change (or how should i start thinking from here on out) to avoid this kind of app cross referencing. 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-users@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.