Hello all, i tried searching for a solution to this but didn't find it. If it's answered somewhere, please point me in the right direction :)
I was wondering how to create a weekly feed for django. Lets say i have a table of objects that gets added to all week long. I'd like to allow people to subscribe to a feed that would give a single update with all items that were added that week. Since the client doesn't send anything about when it last checked for updates, it's hard to determine if the requesting client needs to be given an update or not. With a podcast or blog, you just post the new item each week and it works fine, but for something that needs to pool updates for a given time range is not working out. Is there a common way to do this? 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.