Hi all, I am facing a problem when I try to create a complex feed.
These are the urls for the feeds. domain.com/stories <-- All recent stories domain.com/stories/category/[slug category] <-- All recent stories by category domain.com/stories/author/[slug author] <-- All recent stories by author domain.com/stories/author/category/[slug author]/[slug category]<--All recent stories by author and category I am using the Django version 1.0.2, the doc is not helpful in this case. http://docs.djangoproject.com/en/dev/ref/contrib/syndication/#a-complex-example Is there a way to acomplish what I am trying to do? Thanks! Joaquin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---