lsantos2000 / feedjack

Automatically exported from code.google.com/p/feedjack
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Support for Subscriber groups #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
patch for groups

Original comment by a...@laxu.de on 3 Feb 2010 at 5:39

Attachments: