Skip to content

Support for Subscriber groups #38

@GoogleCodeExporter

Description

@GoogleCodeExporter
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 [email protected] on 1 Feb 2010 at 10:10

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions