Support for Grouping Subscribes together (with subgroups) would be cool.
A simple model like this should do:
class Group:
parentgroup=models.ForeignKey(Group,blank=True,null=True)
class Subscriber:
group=models.ForeignKey(Group, blank=True, null=True)
and a url /group/groupname for getting group-feed-entries
Original issue reported on code.google.com by a...@laxu.de on 1 Feb 2010 at 10:10
Original issue reported on code.google.com by
a...@laxu.de
on 1 Feb 2010 at 10:10